Riley Testut
5000b43533
[AltServer] Updates LaunchAtLogin dependency to 3.0.2
2020-10-05 13:58:13 -07:00
Riley Testut
9c04ad846a
Cleans up AltStore Xcode scheme
2020-10-05 13:56:59 -07:00
Riley Testut
788a77b280
Merge branch 'develop' of https://github.com/rileytestut/AltStore into develop
2020-10-01 14:14:46 -07:00
Riley Testut
8b01a8d67c
Migrates from Core Data model v8 to v9
2020-10-01 14:14:17 -07:00
Riley Testut
7a0e9d5835
[Shared] Fixes generic error messages when refreshing
2020-10-01 14:09:46 -07:00
Riley Testut
668ca66a04
Updates KeychainAccess pod
2020-10-01 14:09:46 -07:00
Riley Testut
546db3fa23
Adds ability to change sideloaded app icons
2020-10-01 14:09:45 -07:00
Riley Testut
12f33c355a
Adds InstalledApp.needsResign
...
When true, app will be resigned + reinstalled next refresh rather than just refreshing provisioning profiles.
2020-10-01 11:52:26 -07:00
Riley Testut
707c2db508
[AltDaemon] Updates version to 0.4
2020-09-30 15:05:32 -07:00
Riley Testut
700046e693
[AltDaemon] Fixes XPC service lookup for Odyssey jailbreak
2020-09-30 15:04:44 -07:00
Theodore Dubois
b291f7b606
Add https:// to a source URL if you forget the scheme ( #361 )
2020-09-27 13:56:54 -07:00
Riley Testut
615d4fb35b
Fixes serverNotFound error when refreshing apps due to background fetch
...
Extends time limit for discovering servers back to 3 seconds, and now accounts for wired and local servers.
2020-09-24 13:01:31 -07:00
Riley Testut
acc2ca7caf
[AltServer] Fixes crash when reading some provisioning profiles from device
2020-09-24 13:00:25 -07:00
Riley Testut
724f1fc22d
[AltDaemon] Updates version to 0.3
2020-09-22 15:26:20 -07:00
Riley Testut
af7fe484a2
[AltDaemon] Replaces local socket communication with XPC
...
Allows AltDaemon to be launched on demand + reject any connections not made from AltStore.
2020-09-22 15:12:33 -07:00
Riley Testut
361b84e3a1
Merge branch 'widget' into develop
2020-09-22 14:57:46 -07:00
Riley Testut
226795eafd
[AltWidget] Fixes certain app icons not appearing
2020-09-22 10:53:18 -07:00
Riley Testut
de174db1bc
[AltWidget] Fixes green tinting for sideloaded apps
...
Changes fallback tint color from AltStore-green to gray, which is more neutral.
2020-09-22 10:48:43 -07:00
Riley Testut
e54d309f39
[AltWidget] Preserves layout if app icon is missing
2020-09-22 10:45:13 -07:00
Riley Testut
50a5d56856
Migrates database + cached apps from app sandbox to app group
2020-09-16 12:09:12 -07:00
Riley Testut
aaaf6ed38d
[AltWidget] Fixes crash when featured app is expired
2020-09-15 15:22:10 -07:00
Riley Testut
8045a23531
[AltWidget] Allows choosing featured app
2020-09-15 15:19:12 -07:00
Riley Testut
5abf7a5a11
[AltWidget] Initial version
2020-09-15 14:27:22 -07:00
Riley Testut
669c6f5bf4
Revises AltSign dependency graph
...
AltStoreCore now links AltSign-Static, so no need to also link against AltSign-Dynamic from other targets.
2020-09-14 15:57:15 -07:00
Riley Testut
9af9347e0c
[AltDaemon] Removes Roxas pod
2020-09-14 15:33:46 -07:00
Riley Testut
25f06cccf1
Provides fallback error when connecting to AltServer
...
Fixes operation never finishing under certain circumstances.
2020-09-14 14:34:45 -07:00
Riley Testut
b0c36adedb
Moves database + cached apps to app group so they can be accessed by extensions
2020-09-14 14:31:46 -07:00
Riley Testut
88c8d5f0f8
[AltStoreCore] Adds Date, FileManager, and UIColor extensions
2020-09-14 14:18:15 -07:00
Riley Testut
26fe9ca72b
Updates apps.json and apps-alpha.json
2020-09-14 11:25:41 -07:00
Riley Testut
d1b897e212
[AltStoreCore] Sets APPLICATION_EXTENSION_API_ONLY to YES
2020-09-10 11:45:11 -07:00
Riley Testut
5df4169a1b
Refines AppManager Combine pipeline
2020-09-10 11:27:44 -07:00
Riley Testut
80a39889ca
Merge branch 'module_refactoring' into develop
2020-09-09 10:41:17 -07:00
Riley Testut
f202e985db
Fixes incorrect Background Refresh cell style pre-iOS 14
2020-09-08 17:11:22 -07:00
Riley Testut
bfc2ea2c3a
Adds button to add Refresh All Apps shortcut to Siri
2020-09-08 16:44:36 -07:00
Riley Testut
e506ceb25a
Fixes opening deep links
2020-09-08 16:42:25 -07:00
Riley Testut
671a12b89c
Extends additional intent handling time to 9 seconds
2020-09-08 16:40:07 -07:00
Riley Testut
8021ff8871
Replaces AltStore(Core) Roxas pod with framework
...
Fixes compilation errors when archiving app.
2020-09-08 13:44:08 -07:00
Riley Testut
fb9b1a5c7d
Adds new Core Data model v8
...
No need for explicit migration/mapping model (yet) because we only added a transient property.
2020-09-08 13:28:59 -07:00
Riley Testut
e70c51e36c
Updates UI when refreshing apps with Siri
2020-09-08 13:12:40 -07:00
Riley Testut
8d2e3f92b5
Fixes incorrect app subtitles in Browse tab
2020-09-08 13:00:01 -07:00
Riley Testut
0256079738
Supports refreshing apps with Siri on iOS 14
2020-09-08 12:29:44 -07:00
Theodore Dubois
47d85b7bab
Fix file providers ( #346 )
...
* Make file providers work at all
NSExtensionFileProviderDocumentGroup must be a valid app group. This
updates it to use the new name of the app group including the team ID.
* Update AltStore/Operations/ResignAppOperation.swift
2020-09-04 16:29:01 -07:00
Theodore Dubois
cace7576e2
Make AltServer menu appear attached to the icon ( #55 )
...
* Make AltServer menu appear attached to the icon
* Update AltServer/AppDelegate.swift
2020-09-04 13:22:26 -07:00
Riley Testut
3d9417c071
Switches to UIScene-based lifecycle
2020-09-03 16:58:56 -07:00
Riley Testut
f1a39e1a1f
[AltStoreCore] Refactors core AltStore logic into AltStoreCore framework
...
AltStoreCore will contain all shared AltStore code between AltStore and any app extensions. Initially, it includes all AltStore model logic.
2020-09-03 16:39:08 -07:00
Riley Testut
de925e7fea
Replaces AltSign cocoapod with Swift package
2020-09-03 16:02:28 -07:00
Riley Testut
e75d184194
[AltKit] Replaces dedicated AltKit module with shared files across targets
...
Treating AltKit as a full module resulted in more complexity than necessary, when we really just wanted to share some files between different targets. Now we can share individual files across modules as-needed without AltKit overhead.
2020-09-03 15:35:29 -07:00
osy
3def65f501
Preserve device specific keys in Info.plist
...
Apple's Info.plist support platform and device specific keys to augment existing
keys. For example `UISupportedInterfaceOrientations~ipad` replaces
`UISupportedInterfaceOrientations` when running on an iPad.
By using Bundle.infoDictionary, Apple will pre-process the Info.plist and replace
any key with its device specific variant. Since AltStore does not support iPad,
this will strip out any iPad specific keys for the installing app.
We add an extension Bundle.completeInfoDictionary that will return the original
de-serialized dictionary including all the device specific keys.
See: https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html#//apple_ref/doc/uid/TP40009254-SW9
# Conflicts:
# AltKit/Extensions/Bundle+AltStore.swift
# AltStore/Model/DatabaseManager.swift
2020-08-31 12:47:11 -07:00
Riley Testut
1d160aeeea
Updates apps.json
2020-08-31 12:39:41 -07:00
Riley Testut
a6c882e282
Migrates from Core Data model v6 to v7
2020-08-28 13:25:20 -07:00