From 9df4ba0a6a666c481444cff68fdaf313b06b3d2f Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sun, 28 Jul 2024 15:20:32 +0100 Subject: [PATCH] fix: lower ios deployment target --- InfinifiIOS.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InfinifiIOS.xcodeproj/project.pbxproj b/InfinifiIOS.xcodeproj/project.pbxproj index f5c1930..0ca5ba8 100644 --- a/InfinifiIOS.xcodeproj/project.pbxproj +++ b/InfinifiIOS.xcodeproj/project.pbxproj @@ -293,6 +293,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -323,6 +324,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks",