Skip to content

Commit

Permalink
Merge pull request #47 from deformedRat/master
Browse files Browse the repository at this point in the history
Updated Instructions
  • Loading branch information
polymo1 authored May 13, 2024
2 parents c03d2e9 + edb2450 commit e1a60de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<span
class="flex w-max min-w-max items-center rounded-full border border-zinc-800 bg-material px-3 py-1 shadow-md transition-colors duration-300 group-[.active]:border-purple-400/60 group-[.active]:bg-side-purple-700/30 group-[.active]:font-title hover:border-purple-400/40 hover:bg-side-purple-700/20 xs:group-[.active]:font-medium">
<span class="font-bold ">1</span>
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2 w-max">Download
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2 w-max">Downloading
AltServer</span>
</span>
</li>
Expand All @@ -278,8 +278,8 @@
<span
class="flex w-max min-w-max items-center rounded-full border border-zinc-800 bg-material px-3 py-1 shadow-md transition-colors duration-300 group-[.active]:border-purple-400/60 group-[.active]:bg-side-purple-700/30 group-[.active]:font-title hover:border-purple-400/40 hover:bg-side-purple-700/20 xs:group-[.active]:font-medium">
<span class="font-bold ">2</span>
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Sideload
App</span>
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Sideloading
SideStore</span>
</span>
</li>
<li aria-hidden="true"
Expand All @@ -289,7 +289,7 @@
<span
class="flex w-max min-w-max items-center rounded-full border border-zinc-800 bg-material px-3 py-1 shadow-md transition-colors duration-300 group-[.active]:border-purple-400/60 group-[.active]:bg-side-purple-700/30 group-[.active]:font-title hover:border-purple-400/40 hover:bg-side-purple-700/20 xs:group-[.active]:font-medium">
<span class="font-bold ">3</span>
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Pairing iDevice
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Pairing File
</span>
</span>
</li>
Expand All @@ -313,7 +313,7 @@
<span
class="flex w-max min-w-max items-center rounded-full border border-zinc-800 bg-material px-3 py-1 shadow-md transition-colors duration-300 group-[.active]:border-purple-400/60 group-[.active]:bg-side-purple-700/30 group-[.active]:font-title hover:border-purple-400/40 hover:bg-side-purple-700/20 xs:group-[.active]:font-medium">
<span class="font-bold ">5</span>
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Finished</span>
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Finishing Up</span>
</span>
</li>

Expand Down
18 changes: 9 additions & 9 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ let setupStepContents = [
'https://cdn.altstore.io/file/altstore/altinstaller.zip'
)}">Download AltServer</a>
<a class="btn-fill" target="_blank" href="${osW(
'https://github.com/SideStore/SideStore/releases/latest/download/SideStore.ipa',
'https://github.com/SideStore/SideStore/releases/latest/download/SideStore.ipa'
'https://github.com/sidestore/sidestore/releases/latest/download/sidestore.ipa',
'https://github.com/sidestore/sidestore/releases/latest/download/sidestore.ipa'
)}">Download SideStore.ipa</a>
<a class="btn-fill" target="_blank" href="${osW(
'https://github.com/osy/Jitterbug/releases/download/v1.3.1/jitterbugpair-macos.zip',
Expand All @@ -61,21 +61,21 @@ let setupStepContents = [
)}`,
//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>Launch Altserver and,${osW(
`<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, ${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.`,
)}</li><li> Select the SideStore .ipa, follow instructions as prompted, and wait until AltServer confirms that SideStore has been installed.</li><li>Open <code>Settings > General > VPN & Device Management</code> on your device and approve of the <code>Developer App</code> linked to your Apple ID's email.</li><li>If your device is running iOS/iPadOS 16 or higher, you must now enable Developer Mode. To do that:<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>`,
//Pairing Idevice
(os) =>
`<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>
`<b>Follow these steps to Pair your device:</b><li>Extract <code>Jitterbugpair.zip.</code> <a class="glink" target="_blank" href="https://support.apple.com/en-ca/guide/iphone/iph14a867ae/ios">Set a passcode for your device</a> if you don't already have one and ensure that your device is still connected to your computer via cable.</li> <ul class="list-disc list-inside"><li> Open your device to its homescreen. ${osW(
'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>',
'Then, in 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> If no file generates, try running JitterBugPair as an administrator or follow steps 5-7 listed <a class="glink" target="_blank" href="https://docs.SideStore.io/docs/getting-started/pairing-file.">here</a></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>`,
<br>In the Files app, longpress on your zipped pairing file and select uncompress. Then, locate and launch the SideStore app and select OK when prompted.<li>If you cannot find the SideStore app you may need to restart your device to make it appear.</li>Select your now unzipped pairing file 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 tap <code>Reset Pairing File</code> in the SideStore app.</li>`,
//wireguard vpn
() =>
`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.`,
`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 attempt to 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 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>`,
Expand Down

0 comments on commit e1a60de

Please sign in to comment.