Riley Testut
38101691de
Fixes AltDaemon untrusting apps on iOS 14
...
Refreshing with provisioning profiles causes apps to become untrusted on iOS 14 or later. As a (hopefully) temporary workaround, we instead now always re-install apps to refresh them on iOS 14+ jailbroken devices, which does still work as expected.
2021-02-26 21:08:10 -06:00
Riley Testut
e99d5c3373
[Apps] Updates AltStore to 1.4.3
2021-02-02 13:53:20 -06:00
Riley Testut
1ba5cfdafa
[Apps] Updates AltStore beta to 1.4.3b2
2021-02-02 12:26:43 -06:00
Riley Testut
e04ed39fdb
[Apps] Updates Delta beta to 1.3b3
2021-02-02 12:25:51 -06:00
Riley Testut
cda73d8088
Fixes “App Group does not exist” error
2021-02-01 16:53:51 -06:00
Riley Testut
8cec603921
Adds Clip 1.1a1 to apps-alpha.json
2020-12-08 12:29:14 -06:00
Riley Testut
2a84551232
Fixes widget not updating after refreshing AltStore
2020-12-07 16:13:10 -06:00
Riley Testut
4d5e5cec70
Updates apps.json and apps-alpha.json
2020-12-03 16:19:07 -06:00
Riley Testut
57672b9d2f
Prefers paid developer teams over free teams
2020-12-03 16:06:04 -06:00
Riley Testut
1448616f77
Updates apps.json with Delta 1.3b1
2020-12-03 16:06:04 -06:00
Riley Testut
0205c3e969
Updates AltSign dependency
2020-12-03 16:06:03 -06:00
Riley Testut
a28457064e
Updates apps.json with AltStore 1.4.2
2020-11-11 12:52:36 -08:00
Riley Testut
5b9cc1657c
Updates apps.json with AltStore 1.4.2b1
2020-11-11 11:41:27 -08:00
Riley Testut
3777644ee0
Updates apps-alpha.json with AltStore 1.4.2a1
2020-11-05 10:59:08 -08:00
osy86
d96e2534cc
Hide private entitlements on >= iOS 13.5 ( #415 )
...
iOS 13.5 fixes the psychic paper hack so showing the private entitlement
warning popup is confusing to the user. Additionally iOS 14 checks the
entitlements on installation, so we should not copy the private entitlements
on iOS 14.
Depends on https://github.com/rileytestut/AltSign/pull/15
Co-authored-by: osy <osy86@users.noreply.github.com >
2020-11-03 14:02:19 -08:00
Riley Testut
6eae28d961
Updates apps-alpha.json
2020-10-26 15:59:19 -07:00
Riley Testut
d4d23d39e5
Updates apps.json
2020-10-26 14:49:35 -07:00
Riley Testut
e1dce102a0
Removes “Install AltDaemon” option from Settings tab
...
AltDaemon can now be installed directly from the Dynastic repo via Cydia or Sileo.
2020-10-07 11:32:47 -07:00
Riley Testut
6910a717eb
Limits adding sources to allowed identifiers in non-BETA builds
2020-10-05 14:48:48 -07:00
Riley Testut
aef3a2775d
Adds @Managed property wrapper
...
• Keeps strong reference to wrapped managed object’s context.
• Projected value simplifies accessing properties on context’s thread.
2020-10-05 14:23:19 -07:00
Riley Testut
f9cf3cb65b
Limits “Change App Icon” option to BETA builds for now
2020-10-05 13:59:44 -07:00
Riley Testut
12fa9a1c72
Merge branch 'develop' of https://github.com/rileytestut/AltStore into develop
2020-10-01 14:14:46 -07:00
Riley Testut
19bf4355ee
Adds ability to change sideloaded app icons
2020-10-01 14:09:45 -07:00
Riley Testut
6ec3e73189
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
a32e23fd99
[AltDaemon] Updates version to 0.4
2020-09-30 15:05:32 -07:00
Riley Testut
3f5470dc2f
[AltDaemon] Fixes XPC service lookup for Odyssey jailbreak
2020-09-30 15:04:44 -07:00
Theodore Dubois
700033aa2c
Add https:// to a source URL if you forget the scheme ( #361 )
2020-09-27 13:56:54 -07:00
Riley Testut
110f4eacda
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
060681493d
[AltDaemon] Updates version to 0.3
2020-09-22 15:26:20 -07:00
Riley Testut
3145c8248e
[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
719e8e4924
Merge branch 'widget' into develop
2020-09-22 14:57:46 -07:00
Riley Testut
5e17b1a3ff
Migrates database + cached apps from app sandbox to app group
2020-09-16 12:09:12 -07:00
Riley Testut
530cec3fa6
[AltWidget] Allows choosing featured app
2020-09-15 15:19:12 -07:00
Riley Testut
f37c167596
[AltWidget] Initial version
2020-09-15 14:27:22 -07:00
Riley Testut
a02651ca5a
Provides fallback error when connecting to AltServer
...
Fixes operation never finishing under certain circumstances.
2020-09-14 14:34:45 -07:00
Riley Testut
b560c09aa6
[AltStoreCore] Adds Date, FileManager, and UIColor extensions
2020-09-14 14:18:15 -07:00
Riley Testut
324f480f04
Updates apps.json and apps-alpha.json
2020-09-14 11:25:41 -07:00
Riley Testut
d528a7940d
Refines AppManager Combine pipeline
2020-09-10 11:27:44 -07:00
Riley Testut
3e5a38977b
Merge branch 'module_refactoring' into develop
2020-09-09 10:41:17 -07:00
Riley Testut
23c773dc17
Fixes incorrect Background Refresh cell style pre-iOS 14
2020-09-08 17:11:22 -07:00
Riley Testut
3f9700e17f
Adds button to add Refresh All Apps shortcut to Siri
2020-09-08 16:44:36 -07:00
Riley Testut
4eade601c8
Fixes opening deep links
2020-09-08 16:42:25 -07:00
Riley Testut
7f1968f8c2
Extends additional intent handling time to 9 seconds
2020-09-08 16:40:07 -07:00
Riley Testut
a828e59715
Updates UI when refreshing apps with Siri
2020-09-08 13:12:40 -07:00
Riley Testut
d9ebf56827
Fixes incorrect app subtitles in Browse tab
2020-09-08 13:00:01 -07:00
Riley Testut
6cfe9cfdad
Supports refreshing apps with Siri on iOS 14
2020-09-08 12:29:44 -07:00
Theodore Dubois
7f68b808c8
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
Riley Testut
cc6d9d1842
Switches to UIScene-based lifecycle
2020-09-03 16:58:56 -07:00
Riley Testut
472de7dd21
[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
7bd93bba2d
[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