Riley Testut
ea132a0ae8
Fixes not removing manually sideloaded .ipa's
2021-10-25 21:46:19 -07:00
Riley Testut
99d2156336
Limits “Enable JIT” context menu action to BETA builds
2021-10-25 21:43:50 -07:00
Riley Testut
3a92d30766
[Apps] Updates AltStore beta to 1.5b2
2021-10-12 13:30:40 -07:00
Riley Testut
0cf62636a1
Fixes incorrect Settings tab bar badge color
2021-10-11 13:49:11 -07:00
Riley Testut
3914803157
Fixes Settings tab bar appearance on iOS 15
2021-10-06 12:16:47 -07:00
Riley Testut
98be5fafdf
Correctly handles RefreshAllIntent exceeding time limit
...
• Responds with “inProgress” status if exceeding time limit
• Displays native AltStore notification only if time limit is exceeded
2021-10-04 16:27:00 -07:00
Riley Testut
47065eb2aa
Embed ALTServerID in Info.plist if app uses AltKit
2021-10-04 16:06:32 -07:00
Riley Testut
9d9c803d56
[Apps] Updates AltStore beta to 1.5b
2021-10-04 16:01:22 -07:00
Riley Testut
971199114b
Prefers revoking existing AltStore certificate (if it exists)
2021-10-04 15:51:58 -07:00
Riley Testut
578bee34e0
Changes "free developer accounts" to "non-developer Apple IDs" in app copy
...
Will hopefully clarify that the 3 active app limitation is due to using a non-developer Apple ID, and not because they haven't donated via Patreon.
2021-10-04 15:29:10 -07:00
Riley Testut
93af5ec8e5
Cancels AltBackup installation if error has already been thrown
2021-09-15 14:29:37 -07:00
Riley Testut
7040d6de42
Asks user to deactivate an app when installing app without available active slot
...
When attempting to install a new app without any active slots available, AltStore will now present an alert asking the user to choose an app to deactivate in order to continue installation — just like when activating an app without an active slot.
2021-09-15 14:27:16 -07:00
Riley Testut
3fe6b06387
Adds "Enable JIT" context menu action for active apps
...
Allows users to manually enable JIT for apps that don't explicitly support AltKit.
2021-09-03 13:57:15 -05:00
Riley Testut
bd527defa5
Adds "Open" context menu action for active apps
...
Launches the sideloaded app by opening the app-specific URL scheme embedded by AltStore during resigning.
2021-09-02 15:52:59 -05:00
Riley Testut
967ba86e96
Fixes AppViewController navigation bar + tab bar appearance on iOS 15
2021-09-02 14:49:51 -05:00
Riley Testut
1ff3395cfb
Replaces ALTDeviceID Info.plist entry (if it exists) with correct UDID when resigning apps
...
Allows apps to use AltKit, which needs to know the current device's UDID to communicate with AltServer.
2021-09-01 16:48:31 -05:00
Riley Testut
fa31505244
[Pods] Updates AppCenter to 4.2.0
...
Allows compiling AltStore for iOS simulator from an ARM Mac.
2021-07-21 13:20:14 -07:00
Riley Testut
96c0f3975b
[Apps] Updates AltStore to 1.4.6
2021-07-20 14:04:20 -07:00
Riley Testut
ce46010ec5
[Apps] Updates AltStore beta to 1.4.6b
2021-07-07 14:04:11 -07:00
Riley Testut
590cf32006
[AltServer] Improves error messages
2021-06-04 14:57:32 -07:00
Riley Testut
5f9e88335c
[Apps] Updates Delta to 1.3
2021-05-19 16:03:29 -07:00
Riley Testut
c021c03b8e
[Apps] Updates AltStore to 1.4.5
2021-03-18 12:23:47 -07:00
Riley Testut
67e85b7b25
[Apps] Updates AltStore beta to 1.4.5b
2021-03-09 14:35:01 -06:00
Riley Testut
122d039627
Merge branch '1.4.5' into develop
2021-03-09 14:32:05 -06:00
Riley Testut
49b36c4847
Fixes (de-)activating apps deadlock
...
7278f75c made all serial operations execute in FIFO order. This caused circular dependencies between BackupAppOperation and InstallAppOperation, resulting in (de-)activating apps never finishing.
Now, we ensure InstallAppOperations that are reinstalling AltStore always execute last in a context, but other serial operations may run in any order they become ready.
2021-03-09 13:13:23 -06:00
Riley Testut
24139e7658
[Apps] Updates AltStore to 1.4.4
2021-03-05 17:28:58 -06:00
Riley Testut
ce1896dfa0
[Apps] Updates AltStore beta to 1.4.4b
2021-03-05 12:28:38 -06:00
Riley Testut
4a5fa7fd20
[Apps] Updates AltStore beta to 1.4.4b
2021-03-03 17:23:56 -06:00
Riley Testut
515b1cf23a
Merge branch '1.4.4' into develop
2021-03-03 17:22:44 -06:00
Riley Testut
09c9d6380f
Fixes serial operations not running in FIFO order
...
Ensures AltStore is always the last app to be refreshed, which matters when AltStore needs to be resigned and reinstalled (such as when using AltDaemon on iOS 14).
2021-03-01 12:45:57 -06:00
Riley Testut
7278f75c91
Limits iOS 14 AltDaemon workaround to only when using AltDaemon
...
Refreshing with AltServer while jailbroken will now continue using provisioning profiles, but AltDaemon will still reinstall apps instead of just refreshing them.
2021-03-01 12:41:33 -06:00
Riley Testut
38101691de
Fixes AltDaemon untrusting apps on iOS 14
...
Refreshing with provisioning profiles causes apps to become untrusted on iOS 14 or later. As a (hopefully) temporary workaround, we instead now always re-install apps to refresh them on iOS 14+ jailbroken devices, which does still work as expected.
2021-02-26 21:08:10 -06:00
Riley Testut
165f31be7c
[Apps] Updates Delta beta to 1.3b4
2021-02-26 16:47:44 -06:00
Riley Testut
d540ce6f42
Downloads app dependencies listed in AltStore.plist
...
Allows apps to download additional dependencies before installation, such as plug-ins.
2021-02-26 16:47:33 -06:00
Riley Testut
7bed68f331
Adds ALTLocalizedError.underlyingError
...
Allows for easily wrapping underlying errors while preserving localized descriptions.
2021-02-26 15:25:12 -06:00
Riley Testut
af8d1b1969
Moves minimum iOS version check to VerifyAppOperation
2021-02-26 15:25:12 -06:00
Riley Testut
b9805b1b95
Renames ALTLocalizedError.errorFailure to failure
...
Better matches LocalizedError’s failureReason, recoverySuggestion, and helpAnchor naming.
2021-02-26 15:25:10 -06:00
Riley Testut
e99d5c3373
[Apps] Updates AltStore to 1.4.3
2021-02-02 13:53:20 -06:00
Riley Testut
1ba5cfdafa
[Apps] Updates AltStore beta to 1.4.3b2
2021-02-02 12:26:43 -06:00
Riley Testut
e04ed39fdb
[Apps] Updates Delta beta to 1.3b3
2021-02-02 12:25:51 -06:00
Riley Testut
cda73d8088
Fixes “App Group does not exist” error
2021-02-01 16:53:51 -06:00
Riley Testut
8cec603921
Adds Clip 1.1a1 to apps-alpha.json
2020-12-08 12:29:14 -06:00
Riley Testut
2a84551232
Fixes widget not updating after refreshing AltStore
2020-12-07 16:13:10 -06:00
Riley Testut
4d5e5cec70
Updates apps.json and apps-alpha.json
2020-12-03 16:19:07 -06:00
Riley Testut
57672b9d2f
Prefers paid developer teams over free teams
2020-12-03 16:06:04 -06:00
Riley Testut
1448616f77
Updates apps.json with Delta 1.3b1
2020-12-03 16:06:04 -06:00
Riley Testut
0205c3e969
Updates AltSign dependency
2020-12-03 16:06:03 -06:00
Riley Testut
a28457064e
Updates apps.json with AltStore 1.4.2
2020-11-11 12:52:36 -08:00
Riley Testut
5b9cc1657c
Updates apps.json with AltStore 1.4.2b1
2020-11-11 11:41:27 -08:00
Riley Testut
3777644ee0
Updates apps-alpha.json with AltStore 1.4.2a1
2020-11-05 10:59:08 -08:00