Skip to content

Commit

Permalink
Merge pull request #41 from deformedRat/instructionsRewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD authored Apr 20, 2024
2 parents 77a3ded + 6650cab commit 74c68ae
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,28 @@ let setupStepContents = [
'https://github.com/osy/Jitterbug/releases/download/v1.3.1/jitterbugpair-win64.zip'
)}">Download JitterbugPair</a>${osW(
`Then, open the downloaded AltServer zip file and extract it. Then drag <code>AltServer.app</code> to your Applications folder. Now, open the app (you may have to right click and select "Open" if you get a warning).`,
`Then, extract the downloaded AltInstaller zip file and run <code>setup.exe</code> to install AltServer. You'll also need to install the non-Microsoft Store version of iTunes, and iCloud and uninstall the Microsoft Store versions if you have either installed.<div class="flex flex-wrap gap-2"><a class="btn-fill" href="https://support.apple.com/en-us/HT210384">Download iTunes</a><a class="btn-fill" href="https://updates.cdn-apple.com/2020/windows/001-39935-20200911-1A70AA56-F448-11EA-8CC0-99D41950005E/iCloudSetup.exe">Download iCloud</a></div>`
`Extract the downloaded AltInstaller zip file and run <code>setup.exe</code> to install AltServer. You'll need to have the non-Microsoft Store version of iTunes and iCloud installed. Uninstall the Microsoft Store versions if you have either installed.<div class="flex flex-wrap gap-2"><a class="btn-fill" href="https://support.apple.com/en-us/HT210384">Download iTunes</a><a class="btn-fill" href="https://updates.cdn-apple.com/2020/windows/001-39935-20200911-1A70AA56-F448-11EA-8CC0-99D41950005E/iCloudSetup.exe">Download iCloud</a></div>`
)}`,
//sideload app
(os) =>
`<b>Follow these steps to install SideStore:</b><ul class="list-disc list-inside"><li>Plug your device into your computer via a cable</li><li>Trust your computer on your device (if prompted)</li><li>${osW(
'Launch AltServer and hold options and pick <code>Sideload .ipa</code> from the AltServer icon in the menu bar',
'Shift-Right click on the AltServer tray icon, and pick <code>Sideload .ipa</code>'
)}</li><li> Select the SideStore ipa and then Follow the instructions until AltServer confirms that SideStore has been installed (you may need to enter your iCloud account login details)</li><li>If you are running iOS or iPadOS 16 or higher, you must enable Developer Mode to use sideloaded apps (this only shows up <b>after you sideload an app for the first time</b>)<ul class="list-decimal list-inside ml-4 sm:ml-6"><li>Open Settings</li><li>Tap “Privacy & Security”</li><li>Scroll to the bottom, and toggle Developer Mode on</li></ul></li><li>Open <code>Settings > General > VPN & Device Management</code> on your device</li> and approve the <code>Developer App</code> with your Apple ID's email.`,
`<b>Follow these steps to install SideStore:</b><ul class="list-disc list-inside"><li>Plug your device into your computer via a cable.</li><li>Trust your computer on your device (if prompted).</li><li>Launch Altserver and,</li><li>${osW(
'holding options, click on the Altserver icon in the menu bar and select <code>Sideload .ipa</code>.',
'Holding shift, click on the AltServer tray icon and select <code>Sideload .ipa</code>.'
)}</li><li> Select the SideStore .ipa, follow instructions as prompted, and wait until AltServer confirms that SideStore has been installed.</li><li>If your device is running iOS/iPadOS 16 or higher, you must now enable Developer Mode<ul class="list-decimal list-inside ml-4 sm:ml-6"><li>Open the Settings app</li><li>Tap “Privacy & Security”</li><li>Scroll to the bottom and toggle Developer Mode on</li></ul></li><li>Open <code>Settings > General > VPN & Device Management</code> on your device</li> and approve the <code>Developer App</code> with your Apple ID's email.`,
//Pairing Idevice
(os) =>
`<b>Follow these steps to Pair your device:</b><li>Extract <code>Jitterbugpair.zip</code> and make sure your device is still connected to the computer.</li> <ul class="list-disc list-inside"><li> ${osW(
'Open your device to its home screen. Once done, execute <code>JitterBugPair</code> via double click or right click and open.</li><li>After that in your home directory. you will have a file that ends with <code>.mobiledevicepairing</code>.</li><li>you will want to transfer the <code>.mobiledevicepairing</code> file to your device using airdrop or other methods (avoid using email and some cloud services as they can mess up the file into a txt file).</li>',
'Open your device to its home screen. Once done, go into File Explorer and navigate to the folder where <code>jitterbugpair.exe</code> is located. <li>In the Navigation/Address bar where the folder location is, click an empty spot and type powershell and hit enter.</li><li>It should open a blue colored window called PowerShell. From there, type <code>./jitterbugpair.exe</code> in the powershell window and press enter.</li><li>After that in file explorer. you will have a file that ends with <code>.mobiledevicepairing</code>.</li><li>You will want to transfer the <code>.mobiledevicepairing</code> file to your device using itunes (using itunes file sharing when connecting to your device) or other methods (avoid using email and some cloud services as they can mess up the file into a txt file).</li>'
)}</li>
<br><br>Launch Sidestore, select ok when it asks for the pairing file.
Find where you stored the <code>.mobiledevicepairing</code> file. Select that file and you are paired!`,
`<b>Follow these steps to Pair your device:</b><li>Extract <code>Jitterbugpair.zip</code>. Ensure that your device is still connected to your computer via cable.</li> <ul class="list-disc list-inside"><li> ${osW(
'Open your device to its homescreen. Then, execute <code>JitterBugPair</code> by double-clicking it or right-clicking it and selecting open.</li><li>JitterBugPair will then generate a <b>pairing file</b>. This pairing file will have the file exentension <code>.mobiledevicepairing</code>.</li>',
'Open your device to its homescreen. Then, open File Explorer, locate <code>jitterbugpair.exe</code> and execute it by double-clicking it or right-clicking it and selecting open. <li>JitterBugPair will then generate a <b>pairing file</b> within the same folder. This pairing file will have the file exentension <code>.mobiledevicepairing</code>.</li>')}</li>
<li>Zip this pairing file and transfer it to your device via Google Drive, emailing it to yourself, or any other method.</li>
<br><br>Using the Files app, longpress on your pairing file and select uncompress. Then, launch Sidestore and select OK when prompted. Select the file you just unzipped and Sidestore will be paired!<li>Note that if you update your iDevice your pairing file will become invalid and you'll have to go through this process again.</li><li>To get sidestore to prompt you for your pairing file again you'll ned to select <code>Reset Pairing File</code> in the Sidestore app.</li>`,
//wireguard vpn
() =>
`On your device, you'll need to download the WireGuard VPN app.<a class="btn-fill" target="_blank" href="https://apps.apple.com/us/app/wireguard/id1441195209">Download WireGuard</a>After that, you'll need to import SideStore's WireGuard configuration. (Download the file and then you can "share" it to the WireGuard app).<a class="btn-fill" target="_blank" href="https://github.com/SideStore/SideStore/releases/download/0.1.1/SideStore.conf">Download WireGuard Config</a>You'll have to turn on the VPN every time you want to use SideStore to sideload apps. You can turn it off when you're done, and the VPN doesn't connect to an external server, as it operates On-Device.<br><br>Sidestore can use the On-Device VPN in the background for auto refresh if you use your device enough for it to refresh when unlocked.`,
`On your device, download the WireGuard VPN app.<a class="btn-fill" target="_blank" href="https://apps.apple.com/us/app/wireguard/id1441195209">Download WireGuard</a>Then, download Sidestore's config file and "share" it to the WireGuard app.<a class="btn-fill" target="_blank" href="https://github.com/SideStore/SideStore/releases/download/0.1.1/SideStore.conf">Download WireGuard Config</a>Enable the Sidestore VPN. You'll have to enable this VPN whenever you wish to use Sidestore. This VPN does not connect to an external server, but rather allows your device to communicate with itself.<br><br>If left enabled, Sidestore will refresh your sideloaded apps in the background when necessary.`,
//finished
() =>
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app itself once (you might have to swipe up to your homescreen for the process to complete).</li></ul><br> Now, you're all set! You can install apps from the sources tab or any other <code>.ipa</code> file you have.<br>If you run into any more issues, you can get support in our <a class="glink" target="_blank" href="https://discord.gg/RgpFBX3Q3k">Discord server.</a> <br><br> Note: We had to remove SideServer instructions as it was causing issues with the SideStore install.`,
`Now to finish the process: <ul class="list-disc list-inside"><li>Open SideStore and sign in with the same Apple ID you used to install SideStore.</li><li>Go to the Apps tab and refresh the SideStore app by tapping on the green day counter or selecting <code>Refresh All</code>.</li></ul><br> Now you're all set! You can use the sources menu to add installable apps to the browse tab or directly sideload any <code>.ipa</code> files on your device with the + icon in the Apps tab.<br>If you run into any issues, feel free to ask for help in our <a class="glink" target="_blank" href="https://discord.gg/RgpFBX3Q3k">Discord server.</a>`,
];

const osSelect = $('#setup-os-select');
Expand Down

0 comments on commit 74c68ae

Please sign in to comment.