Skip to content

Commit f4d26fb

Browse files
fix: update the ios target
1 parent 5fe6272 commit f4d26fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Content Generator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
638638
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
639639
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
640-
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
640+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
641641
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
642642
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
643643
MACOSX_DEPLOYMENT_TARGET = 13.3;
@@ -675,7 +675,7 @@
675675
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
676676
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
677677
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
678-
IPHONEOS_DEPLOYMENT_TARGET = 16.4;
678+
IPHONEOS_DEPLOYMENT_TARGET = 17.6;
679679
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
680680
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
681681
MACOSX_DEPLOYMENT_TARGET = 13.3;

0 commit comments

Comments
 (0)