mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Rename AltStore with variables (#17)
* iOS 14 for xcode 14 errors Signed-off-by: Joseph Mattello <mail@joemattiello.com> * add group.APP_GROUP to more plists Signed-off-by: Joseph Mattello <mail@joemattiello.com> * reorder altid groups Signed-off-by: Joseph Mattello <mail@joemattiello.com> * update to newer sparkle api Signed-off-by: Joseph Mattello <mail@joemattiello.com> * fix warnings in altsign and libmobdevice Signed-off-by: Joseph Mattello <mail@joemattiello.com> Co-authored-by: JJTech <jjtech@jjtech.dev>
This commit is contained in:
@@ -33,10 +33,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
var window: UIWindow?
|
||||
|
||||
@available(iOS 14, *)
|
||||
private lazy var intentHandler = IntentHandler()
|
||||
|
||||
@available(iOS 14, *)
|
||||
private lazy var intentHandler = IntentHandler()
|
||||
private lazy var viewAppIntentHandler = ViewAppIntentHandler()
|
||||
|
||||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
|
||||
|
||||
Reference in New Issue
Block a user