Riley Testut
c0f3bd8bb7
Fixes installing AltStore versions containing app extensions
2020-07-24 13:02:48 -07:00
Riley Testut
da2370d9ac
Fixes “invalid entitlements” when refreshing AltStore
...
Replaces “resigned” app group ID with “base” app group ID before resigning AltStore.
2020-05-18 16:00:08 -07:00
Riley Testut
1582d1b143
Fixes updating App IDs with no app groups
2020-05-17 23:47:26 -07:00
Riley Testut
1b8b043290
Supports resigning apps with multiple app groups
2020-05-17 23:47:24 -07:00
Riley Testut
484742885f
Supports custom entitlements when fetching provisioning profiles
2020-05-15 14:54:43 -07:00
Riley Testut
76008022e7
Redownloads missing cached apps when refreshing or updating
2020-05-08 11:43:34 -07:00
Riley Testut
0f9df5af8a
Treats App ID bundle IDs as case-insensitive
...
Apple’s servers return an error when registering a bundle ID with different capitalization than an existing one, so we now perform case-insensitive comparisons when determining if we need to register an App ID.
2020-05-07 12:45:09 -07:00
Riley Testut
c1aad80578
Adds support for ALPHA builds
2020-04-01 11:51:00 -07:00
Riley Testut
0f939700e2
Fixes potentially incorrect bundle identifier when resigning AltStore with DEBUG build
2020-03-31 14:33:13 -07:00
Riley Testut
45737250a7
Fixes potentially incorrect bundle identifier when resigning/refreshing AltStore
2020-03-30 15:18:10 -07:00
Riley Testut
4fd2b448bd
Fixes race condition when installing app with app groups + extensions
2020-03-19 11:56:28 -07:00
Riley Testut
4f00018164
Refreshes apps by installing provisioning profiles when possible
...
Assuming the certificate used to originally sign an app is still valid, we can refresh an app simply by installing new provisioning profiles. However, if the signing certificate is no longer valid, we fall back to the old method of resigning + reinstalling.
2020-03-06 17:34:18 -08:00