Skip to content

Commit 58c2c04

Browse files
update old installers
1 parent e6da203 commit 58c2c04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/contributing/contributing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This guide assumes you:
4242

4343
3. **Copy `CodeSigning.xcconfig.sample` to `CodeSigning.xcconfig`** and fill in the values.
4444

45-
4. **(Development only)** Change the value for `ALTDeviceID` in the Info.plist to your device's UDID. Normally, SideServer embeds the device's UDID in SideStore's Info.plist during installation. When running through Xcode you'll need to set the value yourself or else SideStore won't resign (or even install) apps for the proper device.
45+
4. **(Development only)** Change the value for `ALTDeviceID` in the Info.plist to your device's UDID. Normally, iloader embeds the device's UDID in SideStore's Info.plist during installation. When running through Xcode you'll need to set the value yourself or else SideStore won't resign (or even install) apps for the proper device.
4646

4747
5. **Finally, open `AltStore.xcworkspace` in Xcode**.
4848

docs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Yes, just don’t remove the original app on your device. Go into SideStore and
104104

105105
### Why do I need to refresh SideStore first thing after login?
106106

107-
This is because AltServer and other programs tend to sideload SideStore with their own app groupID, while we use our own. Refreshing SideStore changes it to ours, which makes apps disappear as their groupIDs are not updated. It’s best to not sideload anything before refreshing SideStore on a clean install.
107+
This is because iloader and other programs often tend to sideload SideStore with their own app groupID, while we use our own. Refreshing SideStore ensures that it is changed to ours, which makes apps with outdated groupIDs disappear. After a clean install, it’s best to not sideload anything before refreshing SideStore.
108108

109109
### Does SideStore support OTA updates?
110110

docs/troubleshooting/common-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Cache or protocol issues.
4646
4. In servers- reset adi.pb, then sign out of SideStore and sign back in
4747
5. Restart device
4848
6. Recreate pairing file
49-
7. Reinstall SideStore using AltServer
49+
7. Reinstall SideStore using iloader
5050

5151
### Unable to Launch SideStore
5252
#### Cause

0 commit comments

Comments
 (0)