Skip to content

Commit e1a60de

Browse files
authored
Merge pull request #47 from deformedRat/master
Updated Instructions
2 parents c03d2e9 + edb2450 commit e1a60de

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<span
267267
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">
268268
<span class="font-bold ">1</span>
269-
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2 w-max">Download
269+
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2 w-max">Downloading
270270
AltServer</span>
271271
</span>
272272
</li>
@@ -278,8 +278,8 @@
278278
<span
279279
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">
280280
<span class="font-bold ">2</span>
281-
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Sideload
282-
App</span>
281+
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Sideloading
282+
SideStore</span>
283283
</span>
284284
</li>
285285
<li aria-hidden="true"
@@ -289,7 +289,7 @@
289289
<span
290290
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">
291291
<span class="font-bold ">3</span>
292-
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Pairing iDevice
292+
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Pairing File
293293
</span>
294294
</span>
295295
</li>
@@ -313,7 +313,7 @@
313313
<span
314314
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">
315315
<span class="font-bold ">5</span>
316-
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Finished</span>
316+
<span class="hidden md:block md:ml-2 xs:group-[.active]:block xs:group-[.active]:ml-2">Finishing Up</span>
317317
</span>
318318
</li>
319319

src/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ let setupStepContents = [
4949
'https://cdn.altstore.io/file/altstore/altinstaller.zip'
5050
)}">Download AltServer</a>
5151
<a class="btn-fill" target="_blank" href="${osW(
52-
'https://github.com/SideStore/SideStore/releases/latest/download/SideStore.ipa',
53-
'https://github.com/SideStore/SideStore/releases/latest/download/SideStore.ipa'
52+
'https://github.com/sidestore/sidestore/releases/latest/download/sidestore.ipa',
53+
'https://github.com/sidestore/sidestore/releases/latest/download/sidestore.ipa'
5454
)}">Download SideStore.ipa</a>
5555
<a class="btn-fill" target="_blank" href="${osW(
5656
'https://github.com/osy/Jitterbug/releases/download/v1.3.1/jitterbugpair-macos.zip',
@@ -61,21 +61,21 @@ let setupStepContents = [
6161
)}`,
6262
//sideload app
6363
(os) =>
64-
`<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(
64+
`<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(
6565
'holding options, click on the Altserver icon in the menu bar and select <code>Sideload .ipa</code>.',
6666
'Holding shift, click on the AltServer tray icon and select <code>Sideload .ipa</code>.'
67-
)}</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.`,
67+
)}</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>`,
6868
//Pairing Idevice
6969
(os) =>
70-
`<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(
71-
'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>',
72-
'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>
70+
`<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(
71+
'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>',
72+
'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>
7373
7474
<li>Zip this pairing file and transfer it to your device via Google Drive, emailing it to yourself, or any other method.</li>
75-
<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>`,
75+
<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>`,
7676
//wireguard vpn
7777
() =>
78-
`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.`,
78+
`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.`,
7979
//finished
8080
() =>
8181
`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>`,

0 commit comments

Comments
 (0)