Skip to content

Commit db335ac

Browse files
committed
Lower the deployment target to iOS 15
Should work fine.
1 parent 52c8c7f commit db335ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

LighterExamples.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
626626
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
627627
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
628-
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
628+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
629629
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
630630
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
631631
MACOSX_DEPLOYMENT_TARGET = 12.4;
@@ -661,7 +661,7 @@
661661
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
662662
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
663663
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
664-
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
664+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
665665
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
666666
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
667667
MACOSX_DEPLOYMENT_TARGET = 12.4;
@@ -699,7 +699,7 @@
699699
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
700700
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
701701
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
702-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
702+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
703703
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
704704
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
705705
MACOSX_DEPLOYMENT_TARGET = 12.5;
@@ -737,7 +737,7 @@
737737
"INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
738738
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
739739
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
740-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
740+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
741741
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
742742
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
743743
MACOSX_DEPLOYMENT_TARGET = 12.5;

0 commit comments

Comments
 (0)