Commit Graph

109 Commits

Author SHA1 Message Date
Riley Testut
094dc0da26 Updates app version to 1.3.2 2020-05-03 14:48:23 -07:00
Riley Testut
a23368363b Asks user for permission before installing apps with private entitlements 2020-05-02 22:06:57 -07:00
Riley Testut
54e34ade34 Updates app version to 1.3.1 2020-05-01 14:44:15 -07:00
Riley Testut
dc89911937 Updates app version to 1.3 2020-04-09 12:26:41 -07:00
Riley Testut
aaf108732a [AltServer] Updates app version to 1.3 2020-04-09 12:25:48 -07:00
Riley Testut
e01e3fbbf2 Adds VS App Center analytics + crash reporting
Currently tracks install, refresh, and update app events.
2020-03-31 14:31:34 -07:00
Riley Testut
a649c40fe8 Migrates from Core Data model v5 to v6 2020-03-24 13:43:16 -07:00
Riley Testut
e5170a2f4a Adds initial support for 3rd party Sources 2020-03-24 13:27:44 -07:00
Riley Testut
a9199a0af2 Emphasizes App IDs can’t be deleted in AppIDsViewController message 2020-03-23 11:33:06 -07:00
Riley Testut
2ba39d2461 [AltServer] Updates app version to 1.3b2 2020-03-17 12:53:53 -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
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
8ba6c320df [AltServer] Updates app version to 1.2.1 2020-02-26 13:16: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
560ce8b709 [AltServer] Updates app version to 1.2 2020-02-12 12:00:50 -08:00
Riley Testut
efb84f7c04 Updates app version to 1.2 2020-02-12 00:12:08 -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
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
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
5e59489287 Migrates from Core Data model v2 to v3 2020-01-24 16:11:42 -08:00
Riley Testut
1b2bb5ca46 Adds InstalledExtension 2020-01-21 16:53:34 -08:00
Riley Testut
91bf489058 Fixes “Device Already Registered” error 2020-01-21 15:12:48 -08:00
Riley Testut
1e25955cd3 [Both] Updates app versions to 1.2b 2020-01-13 10:37:49 -08:00
Riley Testut
cbf6a3ad9c [AltServer] Updates bundle version to 6 2020-01-13 10:19:42 -08:00
Riley Testut
a980d65c59 Shares AltKit scheme 2020-01-13 10:17:38 -08:00
Riley Testut
3fb190841e [Both] Adds support for installing apps over USB 2020-01-13 10:17:30 -08:00
Riley Testut
11255bbd14 Fixes session expiring when downloading apps on slow connection 2020-01-08 12:41:02 -08:00
Riley Testut
a0b63d1eb4 Updates app version to 1.1.2 2019-12-16 13:56:23 -08:00
Riley Testut
99ac8423cb Updates version to 1.1.1 2019-12-11 11:22:33 -08:00
Riley Testut
cb0a4b1c4c [AltServer] Updates version to 1.1.2 2019-12-11 11:22:31 -08:00
Riley Testut
c8e2b1b5b5 [AltServer] Updates app version to 1.1.1 2019-11-28 12:20:17 -06:00
Riley Testut
39d34d558e [AltServer] Fixes notarization errors
- Compresses AltPlugin.mailbundle into .zip to prevent it from being signed when exporting archive
- Signs Sparkle framework with run script
2019-11-19 01:40:43 -08:00
Riley Testut
606de882a3 [AltServer] Adds Sparkle support 2019-11-18 15:42:10 -08:00
Riley Testut
10ff996ec9 [AltServer] Installs/uninstalls Mail.app plug-in 2019-11-18 14:42:38 -08:00
Riley Testut
ec7ab207c9 [AltServer] Uses GrandSlam Authentication
Uses Mail.app plug-in to retrieve the computer’s anisette data, which is necessary for GSA.
2019-11-18 14:17:57 -08:00
Riley Testut
a8f6bf0edb Updates version to 1.1b2 2019-11-05 18:42:16 -08:00
Riley Testut
8df834a51a Fetches Patreon creator access token from AltStore source 2019-11-04 13:42:19 -08:00
Riley Testut
35d0ba85f6 Updates AltStore + AltServer to 1.1 2019-10-28 13:24:49 -07:00
Riley Testut
1718b46220 Fixes issue where AltStore revokes its own certificate
Uses embedded certificate from AltServer if possible, but then falls back to asking user to refresh AltStore manually if the certificate used to install AltStore is revoked.
2019-10-28 13:16:55 -07:00
Riley Testut
ee68191c91 Adds support for dark mode 2019-10-24 13:04:30 -07:00
Riley Testut
fb054c440b [AltKit] Sets macOS deployment target to 10.14 2019-09-30 13:58:50 -07:00
Riley Testut
2b0e629dd1 Removes apps.json from bundled resources 2019-09-28 03:11:57 -07:00