Skip to content

Commit b58eee3

Browse files
committed
fix: set minimum iOS version to 17.0
Signed-off-by: Tommy van der Vorst <tommy@pixelspark.nl>
1 parent aa01bc1 commit b58eee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sushitrain.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@
592592
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
593593
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
594594
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
595-
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
595+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
596596
LD_RUNPATH_SEARCH_PATHS = (
597597
"$(inherited)",
598598
"@executable_path/Frameworks",
@@ -639,7 +639,7 @@
639639
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
640640
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
641641
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
642-
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
642+
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
643643
LD_RUNPATH_SEARCH_PATHS = (
644644
"$(inherited)",
645645
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)