Skip to content

Commit eab269e

Browse files
authored
Fix instructions for dev mode (iOS 16 only)
1 parent c3e3b89 commit eab269e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ This will make a menu appear in settings that looks like this:
66
Installation is quite easy.
77

88
## With Mac (the Apple way)
9-
- Enable developer mode on your phone
9+
- If on iOS 16, enable developer mode on your phone
1010
- Install Xcode
1111
- Connect your phone and launch Xcode
1212
- Build/Debug any app using your phone
1313
- 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
1414

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

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

0 commit comments

Comments
 (0)