diff options
author | Nicholas Tay <nick@windblume.net> | 2022-03-20 12:57:28 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-03-20 12:57:28 +1100 |
commit | 0240da96e873d8cdc1fb97a84f5e965772955e44 (patch) | |
tree | 3736ba96301fe2875aa97034a68848623c10e0cc /foray.xcodeproj/project.pbxproj | |
parent | 72cb5b0afef7fe861db5f8e30064478fa05f7025 (diff) | |
download | forayios-0240da96e873d8cdc1fb97a84f5e965772955e44.tar.gz forayios-0240da96e873d8cdc1fb97a84f5e965772955e44.tar.bz2 forayios-0240da96e873d8cdc1fb97a84f5e965772955e44.zip |
Allow >=iOS 13.0
Diffstat (limited to '')
-rw-r--r-- | foray.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/foray.xcodeproj/project.pbxproj b/foray.xcodeproj/project.pbxproj index 9a09c0f..066c2b1 100644 --- a/foray.xcodeproj/project.pbxproj +++ b/foray.xcodeproj/project.pbxproj @@ -295,6 +295,7 @@ INFOPLIST_KEY_UIMainStoryboardFile = ""; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -324,6 +325,7 @@ INFOPLIST_KEY_UIMainStoryboardFile = ""; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", |