diff --git a/Documentation/TetheredLaunch.md b/Documentation/TetheredLaunch.md index 431987191..196e7f3f0 100644 --- a/Documentation/TetheredLaunch.md +++ b/Documentation/TetheredLaunch.md @@ -12,7 +12,7 @@ On iOS 14, Apple [patched][1] the trick we used to get JIT working. As a result, ## Signing -Install and follow the instructions for [iOS App Signer][4]. Make sure your signing certificate and provisioning profiles matches. Select the UTM.ipa release as the input file and press start. +Install and follow the instructions for [iOS App Signer][4]. Make sure your signing certificate and provisioning profiles matches. Select the UTM.ipa release as the input file, uncheck ```No get-task-allow``` and press start. Save the signed IPA as `UTM-signed.ipa`. Once the process is completed, rename `UTM-signed.ipa` to `UTM-signed.zip` and open the ZIP file. macOS should extract the files to a new directory named `Payload/`. diff --git a/Documentation/iOSDevelopment.md b/Documentation/iOSDevelopment.md index 771459947..8a22b9912 100644 --- a/Documentation/iOSDevelopment.md +++ b/Documentation/iOSDevelopment.md @@ -28,7 +28,7 @@ If you want to build the dependencies yourself, it is highly recommended that yo 1. Install Xcode command line and [Homebrew][1] 2. Install the following build prerequisites - `brew install bison pkg-config gettext glib-utils libgpg-error nasm meson` + `brew install bison pkg-config gettext glib libgpg-error nasm meson` `pip3 install six pyparsing` Make sure to add `bison` to your `$PATH` environment variable! `export PATH=/usr/local/opt/bison/bin:/opt/homebrew/opt/bison/bin:$PATH`