-
Notifications
You must be signed in to change notification settings - Fork 0
2.6. Developer Image Mounter
Hazmi F47 edited this page Jun 17, 2020
·
2 revisions
This is wrapper of "ideviceimagemounter". We can mount Developer disk image more easy, we can use image file on our disk or download from repository.
Developer disk image can enable some debugging features from your device. In MacOS you don't need to mount it manually because already done by Xcode (cmiiw). The images can be found on Xcode directory.
- Open "Developer Image Disk Mounter". We can access it on File -> Developer Image Mounter or Misc Tab -> Launch on Developer Disk Image Mounter.
- Wait until Device OS version and Developer Image Status appear.
- If we want to mount from file (local disk).
- Open From Local tab.
- Browse or copy-paste path of image and signature files.
- Click Mount.
- If we want to mount from repository.
- Open From Internet tab.
- Click Check from Server button.
- If available on our repository, button will change to Download button and click it.
- Wait until download complete, if complete the button will change to Downloaded.
- Click Mount.
- If mounting process successful, Developer Image Status will change to Image mounted.
