Skip to content

Commit

Permalink
Replaced "alt icloud account" from needed things for "Apple ID"
Browse files Browse the repository at this point in the history
Paraphrasing, ofc

Also fixed a tiny mistake I made with a line break

Signed-off-by: Bigman <[email protected]>
  • Loading branch information
deformedRat authored Apr 22, 2024
1 parent b024962 commit 8c5d9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let setupStepContents = [
'A Mac running macOS 10.15 or later',
'A PC running Windows 10 or later',
'A PC running Linux, of some sort'
)}</li><li>An iCloud account (a burner account is recommended but not required)</li><li>An Internet connection</li><li>An iPhone or iPad with iOS 14 or iPadOS 14 or later</li></ul><br>On your computer, download the following:<a class="btn-fill" target="_blank" href="${osW(
)}</li><li>An Apple ID</li><li>An Internet connection</li><li>An iPhone or iPad with iOS 14 or iPadOS 14 or later</li></ul><br>On your computer, download the following:<a class="btn-fill" target="_blank" href="${osW(
'https://cdn.altstore.io/file/altstore/altserver.zip',
'https://cdn.altstore.io/file/altstore/altinstaller.zip'
)}">Download AltServer</a>
Expand All @@ -61,7 +61,7 @@ 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,</li><li>${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.`,
Expand Down

0 comments on commit 8c5d9bf

Please sign in to comment.