Download DeveloperDiskImage ans Personalized images from GitHub
Project description
Overview
Store both types of Apple's DeveloperDiskImage files:
DeveloperDiskImage.dmg
&DeveloperDiskImage.dmg.signature
- Used for each iOS version < 17.0
- The new Personalized images, but splitted to:
- APFS
BuildManifest.plist
- Trustcache
The split of the new format is requires for OS* other than macOS that will have trouble extracting the original APFS
image inside: ~/Library/Developer/DeveloperDiskImages
.
Python package
Additionally, this repo provides a python API for accessing this repository. You can install it as follows:
python3 -m pip install -U developer_disk_image
Example usage
from developer_disk_image.repo import DeveloperDiskImageRepository
repo = DeveloperDiskImageRepository.create()
# will get both the APFS and the signature file
developer_disk_image = repo.get_developer_disk_image('16.4')
# will get all necessary files for mount
personalized_disk_image = repo.get_personalized_disk_image()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file developer_disk_image-0.0.4.tar.gz
.
File metadata
- Download URL: developer_disk_image-0.0.4.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | babeb2c8d496d960c8ff9d625277a2959fd6c114eca12e7b4d12be1ab68251ab |
|
MD5 | a892047f755fc0429cc34a3ebf27fd2e |
|
BLAKE2b-256 | a6490d5202f86232302c3f2ffaf097e8f352f0e7b18ef44851227666ce187327 |
File details
Details for the file developer_disk_image-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: developer_disk_image-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c66a6175dc71a70ecad9b2d20af308c5ff6ab0d5253766726e422aa866d4acd2 |
|
MD5 | 93610ff0880b94f8f992a87b08894fd2 |
|
BLAKE2b-256 | ef3f601760ddb0cf281b5a0d7ab05fa3a7607956397a4d14ff42f0f560cffff4 |