Skip to content

Commit c673cc7

Browse files
committed
chore: Deployment target is now 10.12
1 parent ee14e64 commit c673cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ColorSetKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
baseConfigurationReference = 054D8EC6238BE45300574045 /* Debug.xcconfig */;
425425
buildSettings = {
426426
DEVELOPMENT_TEAM = J5PR93692Y;
427-
MACOSX_DEPLOYMENT_TARGET = 10.11;
427+
MACOSX_DEPLOYMENT_TARGET = 10.12;
428428
OTHER_LDFLAGS = (
429429
"$(inherited)",
430430
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
@@ -437,7 +437,7 @@
437437
baseConfigurationReference = 054D8EC7238BE45300574045 /* Release.xcconfig */;
438438
buildSettings = {
439439
DEVELOPMENT_TEAM = J5PR93692Y;
440-
MACOSX_DEPLOYMENT_TARGET = 10.11;
440+
MACOSX_DEPLOYMENT_TARGET = 10.12;
441441
OTHER_LDFLAGS = (
442442
"$(inherited)",
443443
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",

0 commit comments

Comments
 (0)