Skip to content

Commit ee22333

Browse files
Easher YiiEasher Yii
authored andcommitted
increase the minimum develop target
1 parent 87ef0ed commit ee22333

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

SwiftyTimer.xcodeproj/project.pbxproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
developmentRegion = English;
229229
hasScannedForEncodings = 0;
230230
knownRegions = (
231+
English,
231232
en,
232233
);
233234
mainGroup = 3E721AB11BF7255C008AF027;
@@ -357,8 +358,8 @@
357358
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
358359
GCC_WARN_UNUSED_FUNCTION = YES;
359360
GCC_WARN_UNUSED_VARIABLE = YES;
360-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
361-
MACOSX_DEPLOYMENT_TARGET = 10.9;
361+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
362+
MACOSX_DEPLOYMENT_TARGET = 10.15;
362363
MTL_ENABLE_DEBUG_INFO = YES;
363364
ONLY_ACTIVE_ARCH = YES;
364365
SDKROOT = iphoneos;
@@ -411,8 +412,8 @@
411412
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
412413
GCC_WARN_UNUSED_FUNCTION = YES;
413414
GCC_WARN_UNUSED_VARIABLE = YES;
414-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
415-
MACOSX_DEPLOYMENT_TARGET = 10.9;
415+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
416+
MACOSX_DEPLOYMENT_TARGET = 10.15;
416417
MTL_ENABLE_DEBUG_INFO = NO;
417418
SDKROOT = iphoneos;
418419
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)