Skip to content

Commit 1a1bde3

Browse files
committed
Increase demo minimum required version
1 parent 8461fdb commit 1a1bde3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Demo/Pulse.xcodeproj/project.pbxproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
558558
GCC_WARN_UNUSED_FUNCTION = YES;
559559
GCC_WARN_UNUSED_VARIABLE = YES;
560-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
560+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
561561
MACOSX_DEPLOYMENT_TARGET = 12.0;
562562
MARKETING_VERSION = 4.2.7;
563563
ONLY_ACTIVE_ARCH = YES;
@@ -608,7 +608,7 @@
608608
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
609609
GCC_WARN_UNUSED_FUNCTION = YES;
610610
GCC_WARN_UNUSED_VARIABLE = YES;
611-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
611+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
612612
MACOSX_DEPLOYMENT_TARGET = 12.0;
613613
MARKETING_VERSION = 4.2.7;
614614
SDKROOT = iphoneos;
@@ -695,7 +695,6 @@
695695
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
696696
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
697697
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
698-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
699698
LD_RUNPATH_SEARCH_PATHS = (
700699
"$(inherited)",
701700
"@executable_path/Frameworks",
@@ -739,7 +738,6 @@
739738
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
740739
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
741740
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
742-
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
743741
LD_RUNPATH_SEARCH_PATHS = (
744742
"$(inherited)",
745743
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)