From 51ed8791d7e7e47e00473352d4b8c19c24911963 Mon Sep 17 00:00:00 2001 From: VenusIsJaded Date: Fri, 10 Jul 2026 22:39:27 +0000 Subject: [PATCH] fix(ios): restore AssistiveTouch gesture compatibility --- iosApp/iosApp.xcodeproj/project.pbxproj | 4 ++-- iosApp/iosApp/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iosApp/iosApp.xcodeproj/project.pbxproj b/iosApp/iosApp.xcodeproj/project.pbxproj index 084abdc21..2a2c1e595 100644 --- a/iosApp/iosApp.xcodeproj/project.pbxproj +++ b/iosApp/iosApp.xcodeproj/project.pbxproj @@ -397,7 +397,7 @@ INFOPLIST_FILE = iosApp/Info.plist; INFOPLIST_KEY_NSSupportsLiveActivities = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = NO; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; @@ -427,7 +427,7 @@ INFOPLIST_FILE = iosApp/Info.plist; INFOPLIST_KEY_NSSupportsLiveActivities = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = NO; INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; diff --git a/iosApp/iosApp/Info.plist b/iosApp/iosApp/Info.plist index 1a3c16020..738fce79f 100644 --- a/iosApp/iosApp/Info.plist +++ b/iosApp/iosApp/Info.plist @@ -37,6 +37,6 @@ NSSupportsLiveActivities UIApplicationSupportsIndirectInputEvents - +