Skip to content

Commit

Permalink
Fix instructions for dev mode (iOS 16 only)
Browse files Browse the repository at this point in the history
  • Loading branch information
singlekeycap authored Aug 20, 2022
1 parent c3e3b89 commit eab269e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ This will make a menu appear in settings that looks like this:
Installation is quite easy.

## With Mac (the Apple way)
- Enable developer mode on your phone
- If on iOS 16, enable developer mode on your phone
- Install Xcode
- Connect your phone and launch Xcode
- Build/Debug any app using your phone
- In the rare case that the developer images are missing, drag .dmg and .signature for your iOS version into `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/<iOS version>` then repeat the last 2 steps

## With Mac (the FOSS way)
- Enable developer mode on your phone
- If on iOS 16, enable developer mode on your phone
- Install [libimobiledevice](https://libimobiledevice.org/)
- Connect your phone, and run `idevicepair pair`
- `cd` into directory where the .dmg and .signature files are saved
- Run command `ideviceimagemounter <DevDiskImage> <DevDiskImageSignature>`

## With Linux
- Enable developer mode on your phone
- If on iOS 16, enable developer mode on your phone
- Install [libimobiledevice](https://libimobiledevice.org/)
- Connect your phone, and hit trust this computer
- Verify that phone is paired by running `idevicepair pair`
Expand Down

0 comments on commit eab269e

Please sign in to comment.