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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file developer_disk_image-0.2.0.tar.gz.
File metadata
- Download URL: developer_disk_image-0.2.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db568b22ec339d8b56b29ae9b420230eae322fe69be74cd99fd0effb0ef2e28f
|
|
| MD5 |
3b2772b91829f402465e5712f65e4e8c
|
|
| BLAKE2b-256 |
1d2c9862a8437947bb78f32858cbf0e7f01add855001912266a7f85dcbef25e5
|
File details
Details for the file developer_disk_image-0.2.0-py3-none-any.whl.
File metadata
- Download URL: developer_disk_image-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c6e6f4e11831cc9ae0a9284222c538c90927434bd26f87398c64ec976aa94dd
|
|
| MD5 |
67dada4895af1ede9fed669a97288ad4
|
|
| BLAKE2b-256 |
2a6ba1e24aae1b67f80814076ad603431a2f43c7d193910823ecb69003fe3897
|