Riley Testut
a490cf0ad2
[AltServer] Fixes incorrectly parsing thread state as decimal value when enabling JIT
...
Thread state is hexadecimal, so we now explicitly use NSScanner to parse string as base-16.
2021-09-13 14:15:52 -07:00
Cameron Bates
7563896f5c
[AltServer] Include ALTDeviceID on install of apps ( #822 )
...
* Add ALTDeviceID to plist file on install
* Only add if deviceid key is present
Co-authored-by: Cameron Bates <cameronbates@camerons-mbp-2.lan >
2021-09-13 14:11:53 -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
c8be356102
[AltServer] Supports processName in EnableUnsignedCodeExecutionRequest
...
Process names will be used as a fallback if the processID cannot be determined, such as when enabling JIT for another app from within AltStore.
2021-09-02 16:03:21 -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
8cfe693f27
[AltServer] Updates app version to 1.5b7
2021-09-01 12:34:36 -05:00
Riley Testut
6347ae13e7
[AltServer] Updates AltPlugin to 1.6
2021-09-01 12:28:53 -05:00
Riley Testut
742756e99b
[AltPlugin] Updates version to 1.6
2021-09-01 12:06:36 -05:00
Riley Testut
bb59e5a63a
[AltPlugin] Supports macOS 12.0 Monterey beta 6
2021-09-01 12:05:18 -05:00
Riley Testut
a61910dfc5
[AltServer] Migrates LaunchAtLogin dependency from Carthage to SwiftPM
...
Fixes compiling AltServer on ARM Macs.
2021-09-01 11:58:33 -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
4ad521bd69
Updates app version to 1.4.6
2021-07-20 14:04:11 -07:00
Riley Testut
ce46010ec5
[Apps] Updates AltStore beta to 1.4.6b
2021-07-07 14:04:11 -07:00
Riley Testut
da72990a6d
[AltServer] Updates app version to 1.5b6
2021-07-07 13:56:55 -07:00
Riley Testut
65e7037e41
[AltServer] Fixes enabling JIT on iOS 15 beta 2
...
vAttachName sporadically fails on iOS 15 beta 2, so we now use vAttachOrWait and manually detect whether the app is already running or not.
2021-07-07 13:54:41 -07:00
Riley Testut
fa124acb1e
[AltServer] Fixes isDeveloperDiskImageMountedForDevice()
...
Previously, we returned YES when there was no error. Instead, we should return YES only when there’s no error _and_ the developer disk image is installed.
2021-06-24 12:56:44 -07:00
Riley Testut
955134985e
Updates app version to 1.4.6b
2021-06-14 12:31:40 -07:00
Riley Testut
7779d10a9d
[AltServer] Updates app version to 1.5b5
...
Skipping 1.5b4 to align version number with Windows AltServer (which did have a 1.5b4)
2021-06-14 12:20:39 -07:00
Riley Testut
f7b9cd4032
[AltServer] Updates AltPlugin to 1.5
2021-06-14 12:10:35 -07:00
Riley Testut
a5486004ed
[AltPlugin] Updates version to 1.5
2021-06-14 12:03:05 -07:00
Riley Testut
56cfdbdcd2
[AltPlugin] Supports macOS 12.0 beta 1
2021-06-14 12:01:37 -07:00
Riley Testut
35433f0053
Fixes “unsupported code signature version” error on iOS 15
2021-06-11 11:36:30 -07:00
Riley Testut
f0a7d39a3e
[AltServer] Updates AltPlugin to 1.4
2021-06-04 15:07:06 -07:00
Riley Testut
3afebc0325
[AltPlugin] Updates version to 1.4
2021-06-04 15:07:02 -07:00
Riley Testut
ccda9386e0
[AltPlugin] Supports macOS 11.4
2021-06-04 15:06:58 -07:00
Riley Testut
40e4ccd270
[AltServer] Updates AltStore download URLs to use Cloudflare CDN
...
Workaround for Xfinity blocking connections to f000.backblazeb2.com for some users.
2021-06-04 15:06:53 -07:00
Riley Testut
a86f3264fb
[AltServer] Updates LaunchAtLogin dependency
2021-06-04 15:06:38 -07:00
Riley Testut
590cf32006
[AltServer] Improves error messages
2021-06-04 14:57:32 -07:00
Riley Testut
8b8b32b759
[AltServer] Handles EnableUnsignedCodeExecutionRequest
...
Allows sideloaded apps to connect to AltServer and enable JIT execution.
2021-06-04 14:57:32 -07:00
Riley Testut
9284db5d16
[AltServer] Adds “Enable JIT” menu option
...
Allows user to enable JIT execution for any sideloaded app by starting (and immediately stopping) a debug session on device.
2021-06-04 14:57:32 -07:00
Riley Testut
d58cbc9c3f
[AltServer] Adds method to fetch installed apps on devices
2021-06-04 14:57:32 -07:00
Riley Testut
6a64568db2
[AltServer] Refactors common NSMenu logic into MenuController
2021-06-04 14:56:27 -07:00
Riley Testut
37e7125632
[AltServer] Adds ALTDebugConnection to “debug” sideloaded apps
...
Allows AltServer to programmatically enable JIT execution in sideloaded apps.
2021-06-04 14:56:27 -07:00
Riley Testut
c2d7714272
[AltServer] Installs Developer disk image before installing AltStore
...
Allows AltServer to programmatically initiate a debug session with AltStore, which can be used to start a background refresh or enable JIT on demand.
[AltServer] Renames ALTDevice variable name
2021-06-04 14:56:27 -07:00
Riley Testut
43a25da405
[AltServer] Reads devices’ OS version during discovery
2021-06-04 14:55:50 -07:00
Riley Testut
a39abe104c
[AltServer] Adds methods to detect + install Developer disk images on devices
2021-06-04 14:55:50 -07:00
Riley Testut
4591563ad2
[AltServer] Adds ALTServerConnectionError to wrap libimobiledevice errors
2021-06-04 14:55:50 -07:00
Riley Testut
630c066f42
[AltServer] Updates libimobiledevice dependency
2021-06-04 14:55:06 -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
39221661ff
Updates app version to 1.4.5
2021-03-17 13:19:44 -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
4b7020d8cd
Updates app version to 1.4.5b
2021-03-09 13:41:17 -06:00
Riley Testut
5394d2477a
Fixes potential crash after failing to activate an app
2021-03-09 13:39:34 -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