You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnString(format:NSLocalizedString("SideStore was denied permission to launch %@.", comment:""), appName)
223
-
case.noWiFi:returnNSLocalizedString("You do not appear to be connected to WiFi and/or StosVPN!\nSideStore will never be able to install or refresh applications without WiFi and the StosVPN.", comment:"")
224
-
case.tooNewError:returnNSLocalizedString("iOS 17 has changed how JIT is enabled therefore SideStore cannot enable it without SideJITServerat this time, sorry for any inconvenience.\nWe will let everyone know once we have a solution!", comment:"")
225
-
case.unableToConnectSideJIT:returnNSLocalizedString("Unable to connect to SideJITServer Please check that you are on the Same Wi-Fi and your Firewall has been set correctly", comment:"")
226
-
case.unableToRespondSideJITDevice:returnNSLocalizedString("SideJITServer is unable to connect to your iDevice Please make sure you have paired your Device by doing 'SideJITServer -y' or try Refreshing SideJITServer from Settings", comment:"")
227
-
case.wrongSideJITIP:returnNSLocalizedString("Incorrect SideJITServer IP Please make sure that you are on the Samw Wifi as SideJITServer", comment:"")
228
-
case.refreshsidejit:returnNSLocalizedString("Unable to find App Please try Refreshing SideJITServer from Settings", comment:"")
229
-
case.anisetteV1Error:returnNSLocalizedString("An error occurred when getting anisette data from a V1 server: %@. Try using another anisette server.", comment:"")
230
-
case.provisioningError:returnNSLocalizedString("An error occurred when provisioning: %@ %@. Please try again. If the issue persists, report it on GitHub Issues!", comment:"")
231
-
case.anisetteV3Error:returnNSLocalizedString("An error occurred when getting anisette data from a V3 server: %@. Please try again. If the issue persists, report it on GitHub Issues!", comment:"")
232
-
case.cacheClearError:returnNSLocalizedString("An error occurred while clearing cache: %@", comment:"")
223
+
case.noWiFi:returnNSLocalizedString("You do not appear to be connected to Wi-Fi and/or StosVPN!\nSideStore will never be able to install or refresh applications without Wi-Fi and StosVPN.", comment:"")
224
+
case.tooNewError:returnNSLocalizedString("iOS 17 has changed how JIT is enabled, therefore, SideStore cannot enable JIT without SideJITServer, StikDebug, or SideStore-nightly at this time, sorry for any inconvenience.", comment:"")
225
+
case.unableToConnectSideJIT:returnNSLocalizedString("Unable to connect to SideJITServer. Please check that you are on the same Wi-Fi of and your Firewall has been set correctly on your server", comment:"")
226
+
case.unableToRespondSideJITDevice:returnNSLocalizedString("SideJITServer is unable to connect to your iDevice. Please make sure you have paired your Device by running 'SideJITServer -y', or try refreshing SideJITServer from Settings", comment:"")
227
+
case.wrongSideJITIP:returnNSLocalizedString("Incorrect SideJITServer IP. Please make sure that you are on the same Wi-Fi as SideJITServer", comment:"")
228
+
case.refreshsidejit:returnNSLocalizedString("Unable to find app; Please try refreshing SideJITServer from Settings", comment:"")
229
+
case.anisetteV1Error:returnNSLocalizedString("An error occurred while getting anisette data from a V1 server: %@. Try using another anisette server.", comment:"")
230
+
case.provisioningError:returnNSLocalizedString("An error occurred while provisioning: %@ %@. Please try again. If the issue persists, report it on GitHub Issues!", comment:"")
231
+
case.anisetteV3Error:returnNSLocalizedString("An error occurred while getting anisette data from a V3 server: %@. Please try again. If the issue persists, report it on GitHub Issues!", comment:"")
232
+
case.cacheClearError:returnNSLocalizedString("An error occurred while clearing the cache: %@", comment:"")
233
233
case.SideJITIssue:returnNSLocalizedString("An error occurred while using SideJIT: %@", comment:"")
case.noWiFi:returnNSLocalizedString("Make sure the VPN is toggled on and you are connected to any WiFi network!", comment:"")
263
+
case.noWiFi:returnNSLocalizedString("Make sure StosVPN is toggled on and you are connected to any Wi-Fi network!", comment:"")
264
264
case.serverNotFound:returnNSLocalizedString("Make sure you're on the same Wi-Fi network as a computer running AltServer, or try connecting this device to your computer via USB.", comment:"")
265
265
case.maximumAppIDLimitReached:
266
266
letbaseMessage=NSLocalizedString("Delete sideloaded apps to free up App ID slots.", comment:"")
returnNSLocalizedString("Cannot fetch the device from the muxer", comment:"")
310
310
case.NoConnection:
311
-
returnNSLocalizedString("Unable to connect to the device, make sure StosVPN is enabled and you're connected to WiFi. This could mean an invalid pairing.", comment:"")
311
+
returnNSLocalizedString("Unable to connect to the device, make sure StosVPN is enabled and you're connected to Wi-Fi. This could mean an invalid pairing.", comment:"")
312
312
case.PairingFile:
313
313
returnNSLocalizedString("Invalid pairing file. Your pairing file either didn't have a UDID, or it wasn't a valid plist. Please use idevice_pair to regenerate it", comment:"")
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ Why iOS 15? Targeting such a recent version of iOS allows us to accelerate devel
28
28
SideStore is a just regular, sandboxed iOS application. The AltStore app target contains the vast majority of SideStore's functionality, including all the logic for downloading and updating apps through SideStore. SideStore makes heavy use of standard iOS frameworks and technologies most iOS developers are familiar with.
29
29
30
30
### EM Proxy
31
-
[SideServer mobile](https://github.com/jkcoxson/em_proxy) powers the defining feature of SideStore: untethered app installation. By leveraging an App Store app with additional entitlements (WireGuard or StosVPN) to create the VPN tunnel for us, it allows SideStore to take advantage of [Jitterbug](https://github.com/osy/Jitterbug)'s loopback method without requiring a paid developer account.
31
+
[SideServer mobile](https://github.com/jkcoxson/em_proxy) powers the defining feature of SideStore: untethered app installation. By leveraging a custom-built App Store app with additional entitlements (StosVPN) to create the VPN tunnel for us, it allows SideStore to take advantage of [Jitterbug](https://github.com/osy/Jitterbug)'s loopback method without requiring a paid developer account.
32
32
33
33
### Minimuxer
34
-
[Minimuxer](https://github.com/jkcoxson/minimuxer) is a lockdown muxer that can run inside iOS’s sandbox. It replicates Apple’s usbmuxd protocol on MacOS to “discover” devices to interface with wireguard On-Device.
34
+
[Minimuxer](https://github.com/jkcoxson/minimuxer) is a lockdown muxer that can run inside iOS’s sandbox. It replicates Apple’s usbmuxd protocol on MacOS to “discover” devices to interface with StosVPN On-Device.
35
35
36
36
### Roxas
37
37
[Roxas](https://github.com/rileytestut/roxas) is Riley Testut's internal framework from AltStore used across many of their iOS projects, developed to simplify a variety of common tasks used in iOS development.
0 commit comments