diff --git a/src/index.js b/src/index.js
index 49e803f..f5d55d8 100644
--- a/src/index.js
+++ b/src/index.js
@@ -38,7 +38,7 @@ else if (detectedOS.indexOf('win') != -1) detectedOS = 'windows';
else detectedOS = 'mac';
let setupStepContents = [
- //download sideserver
+ //downloading altserver
() =>
`To get started, you'll need:
- ${osW(
'A Mac running macOS 10.15 or later',
@@ -59,13 +59,13 @@ let setupStepContents = [
`Then, open the downloaded AltServer zip file and extract it. Then drag
AltServer.app
to your Applications folder. Now, open the app (you may have to right click and select "Open" if you get a warning).`,
`Extract the downloaded AltInstaller zip file and run setup.exe
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.`
)}`,
- //sideload app
+ //sideloading sidestore
(os) =>
`Follow these steps to install SideStore:- Plug your device into your computer via a cable.
- Trust your computer on your device (if prompted).
- Launch Altserver and, ${osW(
'holding options, click on the Altserver icon in the menu bar and select
Sideload .ipa
.',
- 'Holding shift, click on the AltServer tray icon and select Sideload .ipa
.'
+ 'holding shift, click on the AltServer tray icon and select Sideload .ipa
.'
)} - Select the SideStore .ipa, follow instructions as prompted, and wait until AltServer confirms that SideStore has been installed.
- Open
Settings > General > VPN & Device Management
on your device and approve of the Developer App
linked to your Apple ID's email. - If your device is running iOS/iPadOS 16 or higher, you must now enable Developer Mode. To do that:
- Open the Settings app
- Tap “Privacy & Security”
- Scroll to the bottom and toggle Developer Mode on
`,
- //Pairing Idevice
+ //pairing file
(os) =>
`Follow these steps to Pair your device:- Extract
Jitterbugpair.zip.
Set a passcode for your device if you don't already have one and ensure that your device is still connected to your computer via cable. - Open your device to its homescreen. ${osW(
'Then, execute
JitterBugPair
by double-clicking it or right-clicking it and selecting open. - JitterBugPair will then generate a pairing file. This pairing file will have the file exentension
mobiledevicepairing.
',
@@ -76,9 +76,12 @@ let setupStepContents = [
//wireguard vpn
() =>
`On your device, download the WireGuard VPN app.Download WireGuardThen, download SideStore's config file and "share" it to the WireGuard app.Download WireGuard ConfigEnable 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.
If left enabled, SideStore will attempt to refresh your sideloaded apps in the background when necessary.`,
- //finished
+ //finishing up
() =>
- `Now to finish the process: - Open SideStore and sign in with the same Apple ID you used to install SideStore.
- Go to the Apps tab and refresh the SideStore app by tapping on the green day counter or selecting
Refresh All
.
Now you're all set! You can use the sources menu to add installable apps to the browse tab or directly sideload any .ipa
files on your device with the + icon in the Apps tab.
If you run into any issues, feel free to ask for help in our Discord server.`,
+ `Now to finish the process: - Open SideStore and sign in with the same Apple ID you used to install SideStore.
- Go to the Apps tab and refresh the SideStore app by tapping on the green day counter or selecting
Refresh All.
You must do this whenever you install SideStore. Doing otherwise might cause errors, including SideStore expiring earlier than it should.
+
Now you're all set! You can use the sources menu to add installable apps to the browse tab or directly sideload any .ipa
files on your device with the + icon in the Apps tab.
+
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 not 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.
+
If you run into any issues and would like some help, feel free to ask in our Discord server.`,
];
const osSelect = $('#setup-os-select');