From 614e8ee96e10ce735d0a5797d27c8d51f4561d6d Mon Sep 17 00:00:00 2001 From: bradleytechman Date: Sat, 28 Sep 2024 21:28:36 -0500 Subject: [PATCH 1/2] Update and fix errors --- docs/en_US/guides/sideloading-apps.md | 55 ++++++++++++++------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/docs/en_US/guides/sideloading-apps.md b/docs/en_US/guides/sideloading-apps.md index 03315ff56d8..63ccde6793d 100644 --- a/docs/en_US/guides/sideloading-apps.md +++ b/docs/en_US/guides/sideloading-apps.md @@ -20,6 +20,7 @@ redirect_from: extra_contributors: - ssalagginkool - TheHacker894 + - bradleytechman --- ## Required Reading @@ -28,12 +29,12 @@ Semi-untethered jailbreaks require the use of a sideloaded app to jailbreak. App ::: danger -If you are using an iOS 16 beta, you will need to take extra steps beforehand to open sideloaded apps: +If you are using iOS 16, you will need to take extra steps beforehand to open sideloaded apps: 1. Open Settings -1. Go to Privacy & Security and find the `Developer Mode` entry -1. Toggle Developer Mode on, then press `Reboot` -1. After the device reboots, unlock it, and confirm that you want to enable Developer Mode +2. Go to Privacy & Security and find the `Developer Mode` entry +3. Toggle Developer Mode on, then press `Reboot` +4. After the device reboots, unlock it, and confirm that you want to enable Developer Mode - If you have a passcode enabled, you'll need to enter it. ::: @@ -49,34 +50,36 @@ Sideloadly is compatible with iOS 7 and newer. ::: 1. Open Sideloadly -1. Plug your iOS device into your computer - - Make sure your computer is trusted and allowed to view the contents of your device -1. Drag and drop the `.ipa` file of your choice into Sideloadly -1. Enter in your Apple ID -1. Enter in your password +2. Plug your iOS device into your computer + - Make sure your computer is trusted and allowed to view the contents of your device +3. Drag and drop the `.ipa` file of your choice into Sideloadly +4. Enter in your Apple ID +5. Enter in your password - Sideloadly must make a request to it's servers in order to work with free developer accounts. If you are not OK with this, you may use an alternate Apple ID. ### Sideload using AltStore - - ::: tip -AltServer is only compatible with iOS 12.2 and newer. +AltServer is only compatible with iOS 14.0 and newer. +::: +::: tip +If you are using macOS 10.14 or 10.15 download [AltServer 1.6.2](https://f000.backblazeb2.com/file/altstore/altserver/1_6_2.zip) ::: 1. Download the latest versions [AltServer](http://altstore.io/), [iTunes](https://www.apple.com/itunes/download/win32) if on Windows, and [iCloud](https://secure-appldnld.apple.com/windows/061-91601-20200323-974a39d0-41fc-4761-b571-318b7d9205ed/iCloudSetup.exe) if on Windows -1. Install AltServer for your respective operating system - - On macOS, open the Mail app and open `Mail` -> `Preferences` in the menu bar +2. Install AltServer for your respective operating system + - On macOS 10.14 and 10.15, open the Mail app and open `Mail` -> `Preferences` in the menu bar - Click on the `General` tab, the `Manage Plug-ins`, check `AltPlugin` and apply -1. Connect your iOS Device to your Mac or PC via USB -1. Click AltStore/AltServer in the Menu Bar/System Tray -1. Click Install AltStore +3. Connect your iOS Device to your Mac or PC via USB +4. Click AltServer in the Menu Bar/System Tray +5. Click Install AltStore - Follow all onscreen prompts -1. Open Settings and navigate to `General` -> `Device Management` and verify AltStore -1. Open iTunes (Windows or macOS Mojave or older) or Finder (macOS Catalina or newer) and enable syncing over WiFi -1. Download your desired IPA file and open it in AltStore on your iOS Device. + - You will be asked to enter your Apple ID. This is only sent to Apple and no one else. +6. Open Settings and navigate to `General` -> `Device Management` and verify AltStore +7. Open iTunes (Windows or macOS Mojave or older) or Finder (macOS Catalina or newer) and enable syncing over WiFi +8. Download your desired IPA file and open it in AltStore on your iOS Device. - Make sure your iOS Device and Mac or Windows PC are connected to the same WiFi network ## Resigning Apps @@ -90,21 +93,21 @@ ReProvision Reborn is compatible with iOS 9 and newer. ::: 1. Add the Havoc Repo to your preferred package manager ([havoc.app](https://havoc.app/)) -1. Install ReProvison Reborn -1. Open ReProvision Reborn and follow all onscreen prompts +2. Install ReProvison Reborn +3. Open ReProvision Reborn and follow all onscreen prompts - You will be asked to enter your Apple ID. This is only sent to Apple and no one else. ### Resigning using AltDaemon ::: tip -AltDaemon, which utilizes AltStore, is only compatible with iOS 12.2 and newer. +AltDaemon, which utilizes AltStore, is only compatible with iOS 12.2 - 14.5. ::: AltDaemon allows AltStore to automatically re-sign these applications, without needing to connect to a computer running AltServer over local network. 1. Add the Chariz repository to your preferred package manager ([repo.chariz.com](https://repo.chariz.com/)) -1. Download and install the "AltDaemon" tweak -1. Close your package manager -1. Sign any apps that are about to expire +2. Download and install the "AltDaemon" tweak +3. Close your package manager +4. Sign any apps that are about to expire From 65b2bbe4139ee1aeeffc5aad6713f2aa967bdf68 Mon Sep 17 00:00:00 2001 From: bradleytechman Date: Sat, 28 Sep 2024 21:32:39 -0500 Subject: [PATCH 2/2] iOS 16 or newer I forgot to change it to iOS 16 or newer --- docs/en_US/guides/sideloading-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/guides/sideloading-apps.md b/docs/en_US/guides/sideloading-apps.md index 63ccde6793d..8a66643fea2 100644 --- a/docs/en_US/guides/sideloading-apps.md +++ b/docs/en_US/guides/sideloading-apps.md @@ -29,7 +29,7 @@ Semi-untethered jailbreaks require the use of a sideloaded app to jailbreak. App ::: danger -If you are using iOS 16, you will need to take extra steps beforehand to open sideloaded apps: +If you are using iOS 16 or newer, you will need to take extra steps beforehand to open sideloaded apps: 1. Open Settings 2. Go to Privacy & Security and find the `Developer Mode` entry