Skip to content

Commit 7b6db13

Browse files
authored
Merge pull request #72 from CelloSerenity/master
Fixes
2 parents f65f870 + c6fa360 commit 7b6db13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
<div>
486486
SideServer isn't available for Linux yet, and you will have to follow the guide on the <a class="glink"
487487
href="https://docs.sidestore.io/docs/installation/linux">SideStore Docs</a> to
488-
install SideStore using a containerised version of
488+
install SideStore using a containerized version of
489489
AltServer.
490490
</div>
491491

@@ -499,7 +499,7 @@
499499
</li>
500500
</ul>
501501

502-
<span class="mt-4 font-medium text-md sm:text-lg">idevice_pair Downloads</span>
502+
<span class="mt-4 font-medium text-md sm:text-lg">idevice pair Downloads</span>
503503
<ul class="list-disc list-inside">
504504

505505

@@ -514,7 +514,7 @@
514514
dl-platform="nix">Linux (AArch64)</a>
515515
-->
516516
<li>
517-
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--windows-x86_64.exe"
517+
<a href="https://github.com/jkcoxson/idevice_pair/releases/latest/download/iDevicePair--macos-universal.dmg"
518518
class="glink">idevice pair for macOS</a>
519519
</li>
520520
<li>

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ let setupStepContents = [
6767
)}</li><li> Select <code>sidestore.ipa</code>, 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 file
6969
(os) =>
70-
`<b>Follow these steps to pair your device with SideStore:</b><li>Install <code>iDevice Pair</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(
70+
`<b>Follow these steps to pair your device with SideStore:</b><li>Install <code>idevice pair</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(
7171
'Then, open <code>idevice pair</code>.</li><li>Ensure your device is unlocked and open to the home screen, then select your device from the drop-down menu and select "generate". When a prompt appears on your device, select "trust" again.</li><li>Your <b>pairing file</b> should appear. Ensure your device is still open to the home screen, then scroll down to the SideStore section and select "install". The word success should appear in green.</li>',
7272
'Then, in File Explorer, locate <code>idevice pair</code> and execute it by double-clicking it or right-clicking it and selecting open.</li><li>Ensure your device is unlocked and open to the home screen, then select your device from the drop-down menu and select "generate". When a prompt appears on your device, select "trust" again.</li><li>Your <b>pairing file</b> should appear. Ensure your device is still open to the home screen, then scroll down to the SideStore section and select "install". The word success should appear in green.</li>')}</li>
7373
@@ -79,7 +79,7 @@ let setupStepContents = [
7979
() =>
8080
`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 "X days" counter next to SideStore. You <b>must</b> do this whenever you install SideStore using AltServer. This also means if you install SideStore on another device with AltServer under the same Apple ID, you must manually refresh on both devices. Not doing this may cause errors, including SideStore expiring earlier than it should.</li></ul>
8181
<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.
82-
<br>Note that if you ever let an app expire you won't be able to access it until you refresh it again. To refresh SideStore, simply follow the steps you followed to install it. (Do <b>not</b> uninstall the SideStore app while doing this.) Altserver will refresh Sidestore and it will continue to function. For any other app, just refresh it normally, and it will work again.
82+
<br>Note that if you ever let an app expire you won't be able to access it until you refresh it again. To refresh SideStore, simply follow the steps you followed to install it. (Do <b>not</b> uninstall the SideStore app while doing this.) AltServer will refresh Sidestore and it will continue to function. For any other app, just refresh it normally, and it will work again.
8383
<br>If you run into any issues and would like some help, feel free to ask in our <a class="glink" target="_blank" href="https://discord.gg/RgpFBX3Q3k">Discord server.</a>`,
8484
];
8585

0 commit comments

Comments
 (0)