From 8c24c639acd15df6dfab44f913fb2d27bfa720be Mon Sep 17 00:00:00 2001
From: Bigman <63128382+deformedRat@users.noreply.github.com>
Date: Sun, 12 May 2024 03:51:49 -0500
Subject: [PATCH 1/2] Updated instructions
Updated all instances of the word "SideStore" to be properly capitalized
Fixed typos and grammar mistakes (that **I** probably made)
Made additions to Pairing File instructions to cover some common issues some people encountered while making one
Rearranged "Sideload App" instructions to improve readability
Signed-off-by: Bigman <63128382+deformedRat@users.noreply.github.com>
---
src/index.js | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/index.js b/src/index.js
index 96453f2..49e803f 100644
--- a/src/index.js
+++ b/src/index.js
@@ -49,8 +49,8 @@ let setupStepContents = [
'https://cdn.altstore.io/file/altstore/altinstaller.zip'
)}">Download AltServer
Download SideStore.ipa
Plug your device into your computer via a cable.Trust your computer on your device (if prompted).Launch Altserver and,${osW(
+ `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
.'
- )} - Select the SideStore .ipa, follow instructions as prompted, and wait until AltServer confirms that SideStore has been installed.
- If your device is running iOS/iPadOS 16 or higher, you must now enable Developer Mode
- Open the Settings app
- Tap “Privacy & Security”
- Scroll to the bottom and toggle Developer Mode on
- Open
Settings > General > VPN & Device Management
on your device and approve the Developer App
with your Apple ID's email.`,
+ )}
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
(os) =>
- `Follow these steps to Pair your device:Extract Jitterbugpair.zip
. Ensure that your device is still connected to your computer via cable. - ${osW(
- 'Open your device to its homescreen. 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
. ',
- 'Open your device to its homescreen. Then, open File Explorer, locate jitterbugpair.exe
and execute it by double-clicking it or right-clicking it and selecting open. - JitterBugPair will then generate a pairing file within the same folder. This pairing file will have the file exentension
.mobiledevicepairing
. ')}
+ `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.
',
+ 'Then, in File Explorer, locate jitterbugpair.exe
and execute it by double-clicking it or right-clicking it and selecting open. - JitterBugPair will then generate a pairing file within the same folder. This pairing file will have the file exentension
mobiledevicepairing.
If no file generates, try running JitterBugPair as an administrator or follow steps 5-7 listed here ')}
- Zip this pairing file and transfer it to your device via Google Drive, emailing it to yourself, or any other method.
-
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!- Note that if you update your iDevice your pairing file will become invalid and you'll have to go through this process again.
- To get sidestore to prompt you for your pairing file again you'll ned to select
Reset Pairing File
in the Sidestore app. `,
+
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.- If you cannot find the SideStore app you may need to restart your device to make it appear.
Select your now unzipped pairing file and SideStore will be paired!- Note that if you update your iDevice your pairing file will become invalid and you'll have to go through this process again.
- To get SideStore to prompt you for your pairing file again tap
Reset Pairing File
in the SideStore app. `,
//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 refresh your sideloaded apps in the background when necessary.`,
+ `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
() =>
`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.`,
From edb24507e9b515096c279d3a9b1862ffcb91e5e4 Mon Sep 17 00:00:00 2001
From: Bigman <63128382+deformedRat@users.noreply.github.com>
Date: Sun, 12 May 2024 03:55:29 -0500
Subject: [PATCH 2/2] Retitled the Instruction Categories
Signed-off-by: Bigman <63128382+deformedRat@users.noreply.github.com>
---
src/index.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/index.html b/src/index.html
index ed3ccd4..eabb9c1 100644
--- a/src/index.html
+++ b/src/index.html
@@ -266,7 +266,7 @@
1
- Download
+ Downloading
AltServer
@@ -278,8 +278,8 @@
2
- Sideload
- App
+ Sideloading
+ SideStore
-
3
- Pairing iDevice
+ Pairing File
@@ -313,7 +313,7 @@
5
- Finished
+ Finishing Up