Deactivates apps by backing up + deleting them on iOS 13.5+

Deactivating apps by removing their profiles no longer works on iOS 13.5. Instead, AltStore will now back up the app by temporarily replacing it with AltBackup, then remove the app from the phone.
This commit is contained in:
Riley Testut
2020-05-16 16:17:18 -07:00
parent 19bf19350e
commit 2d87c396f1
9 changed files with 293 additions and 46 deletions

View File

@@ -53,6 +53,16 @@
<string>altstore</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>AltStore Backup</string>
<key>CFBundleURLSchemes</key>
<array>
<string>altstore-com.rileytestut.AltStore</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>