Commit Graph

335 Commits

Author SHA1 Message Date
Riley Testut
eee68c5b8c Fixes race condition when installing app with app groups + extensions 2020-03-19 11:56:28 -07:00
Riley Testut
d66b100e2f Fixes endless refreshing if error occurs when legacy refreshing 2020-03-19 11:53:53 -07:00
Riley Testut
d3a99f7e48 Fixes tuple unpacking warning with Xcode 11.4 2020-03-19 11:50:39 -07:00
Riley Testut
2ba39d2461 [AltServer] Updates app version to 1.3b2 2020-03-17 12:53:53 -07:00
Riley Testut
5ed9d45d90 [AltServer] Fixes installing more than 3 apps on 13.3 and below 2020-03-17 12:24:11 -07:00
Riley Testut
a049a69489 Fixes hard-to-see activity indicators in dark mode 2020-03-16 13:24:04 -07:00
Riley Testut
52485d1080 Updates app version to 1.3b 2020-03-12 10:10:11 -07:00
Riley Testut
0c7c95251b Adds BETA compilation condition by default 2020-03-12 10:09:59 -07:00
Riley Testut
e036fcc2c7 [AltServer] Updates app version to 1.3b 2020-03-12 10:05:18 -07:00
Riley Testut
959a521b8b Migrates from Core Data model v4 to v5 2020-03-11 17:29:32 -07:00
Riley Testut
e46983067b Adds support for activating and deactivating apps
iOS 13.3.1 limits free developer accounts to 3 apps and app extensions. As a workaround, we now allow up to 3 “active” apps (apps with installed provisioning profiles), as well as additional “inactivate” apps which don’t have any profiles installed, causing them to not count towards the total. Inactive apps cannot be opened until they are activated.
2020-03-11 15:49:26 -07:00
Riley Testut
d90637a59b [AltServer] Manages active/inactive profiles when installing apps 2020-03-11 13:51:39 -07:00
Riley Testut
90872dd03e [Both] Improves error messages 2020-03-11 13:51:17 -07:00
Riley Testut
c32ed758b4 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
Riley Testut
61dabef55c [AltServer] Supports Install/Remove provisioning profiles requests
Stuff I shoulda committed
2020-03-06 17:14:29 -08:00
Riley Testut
b62cede294 Changes adjusted app group identifier format 2020-02-26 13:18:56 -08:00
Riley Testut
8ba6c320df [AltServer] Updates app version to 1.2.1 2020-02-26 13:16:15 -08:00
Riley Testut
e302eb34ef [AltServer] Fixes plug-in installation error when plug-ins directory does not exist 2020-02-14 17:02:15 -08:00
Riley Testut
ab8666d3aa [AltServer] Refactors Mail plug-in installation to fix notarization errors
AltServer must now download the Mail plug-in at runtime, because notarization will fail if AltServer contains an unsigned binary (and as of Catalina, Mail plug-ins only work if they’re unsigned)
2020-02-13 21:49:46 -08:00
Riley Testut
5ec0e0999e Updates apps.json with AltStore 1.2 2020-02-12 12:01:03 -08:00
Riley Testut
560ce8b709 [AltServer] Updates app version to 1.2 2020-02-12 12:00:50 -08:00
Riley Testut
3c746d6cb2 Limits fetching App IDs to debug builds 2020-02-12 08:01:54 -08:00
Riley Testut
efb84f7c04 Updates app version to 1.2 2020-02-12 00:12:08 -08:00
Riley Testut
081f45eac0 Updates apps.json 2020-02-11 19:01:48 -08:00
Riley Testut
b535929133 Updates app version to 1.2b4 2020-02-11 19:01:25 -08:00
Riley Testut
02dc9a1c62 Migrates from Core Data model v3 to v4 2020-02-11 18:40:18 -08:00
Riley Testut
c756cbdba4 Adds support for sideloading unc0ver 2020-02-11 13:29:28 -08:00
Riley Testut
f6e536a805 Improves App ID counting + management
Fetches App ID count directly from Apple, and adds AppIDsViewController to view all App IDs for the logged-in account.
2020-02-10 17:30:11 -08:00
Riley Testut
733f53109d Improves error message when registering app + app extension after App ID limit is reached 2020-02-10 16:30:54 -08:00
Riley Testut
7009a57fd7 Updates apps.json 2020-01-30 01:32:14 -08:00
Riley Testut
f7bfe0638a Replaces frameworks with static libraries
As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
2020-01-29 23:21:08 -08:00
Riley Testut
9664d4fe7f [Both] Updates app version to 1.2b2 2020-01-27 12:55:12 -08:00
Riley Testut
c26b77f73f Updates apps.json 2020-01-27 12:53:44 -08:00
Riley Testut
5e59489287 Migrates from Core Data model v2 to v3 2020-01-24 16:11:42 -08:00
Riley Testut
281a3a9361 [AltServer] Disables wired connection timeout 2020-01-24 15:16:48 -08:00
Riley Testut
94f44da097 Removes “Delete App” functionality for non-debug builds
No longer necessary now that AltStore can detect when apps are uninstalled, but still useful for development.
2020-01-24 15:15:19 -08:00
Riley Testut
477f36cde6 Updates most InstalledApp/Extension properties when refreshing apps 2020-01-24 15:03:16 -08:00
Riley Testut
dc587510fc Displays remaining App ID count 2020-01-24 14:54:52 -08:00
Riley Testut
0c0c1c7a37 Improves 10 App ID limit error handling 2020-01-24 14:14:08 -08:00
Riley Testut
c3ff121441 Adjusts AltStore version font size 2020-01-24 11:34:26 -08:00
Riley Testut
d4e45214a5 Disables “Revoked AltStore Certificate” check for debug builds 2020-01-21 17:14:16 -08:00
Riley Testut
77715c8085 Stops wired connection listening socket when entering background 2020-01-21 17:11:16 -08:00
Riley Testut
1b2bb5ca46 Adds InstalledExtension 2020-01-21 16:53:34 -08:00
Riley Testut
a2de6929b5 Adds InstalledApp.installedDate 2020-01-21 16:49:38 -08:00
Riley Testut
91bf489058 Fixes “Device Already Registered” error 2020-01-21 15:12:48 -08:00
Riley Testut
c463a4bf6b [AltServer] Enables installing AltStore to devices over WiFi 2020-01-16 16:03:46 -08:00
Riley Testut
9ac44f8d9e [AltServer] Fixes session expiring when downloading apps on slow connection 2020-01-16 16:00:35 -08:00
Riley Testut
41cbf1bdd5 Changes resigned bundleID format to fix Keychain issues
Some apps (such as Cercube) can only access the Keychain if the app’s resigned bundle identifier is prefixed with the original bundle identifier.
2020-01-14 18:57:32 -08:00
Riley Testut
f04e0de990 Adds InstalledApp.team relationship 2020-01-14 18:39:44 -08:00
Riley Testut
88528ad35a Only updates ALTAppID features when they have changed 2020-01-14 13:20:26 -08:00