Skip to content

Commit 5a79344

Browse files
committed
chore: Deployment target is now 10.11
1 parent 60b3a8c commit 5a79344

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ColorSetKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 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.13;
427+
MACOSX_DEPLOYMENT_TARGET = 10.11;
428428
};
429429
name = Debug;
430430
};
@@ -433,7 +433,7 @@
433433
baseConfigurationReference = 054D8EC7238BE45300574045 /* Release.xcconfig */;
434434
buildSettings = {
435435
DEVELOPMENT_TEAM = J5PR93692Y;
436-
MACOSX_DEPLOYMENT_TARGET = 10.13;
436+
MACOSX_DEPLOYMENT_TARGET = 10.11;
437437
};
438438
name = Release;
439439
};
@@ -481,7 +481,6 @@
481481
"@executable_path/../Frameworks",
482482
"@loader_path/Frameworks",
483483
);
484-
MACOSX_DEPLOYMENT_TARGET = 10.10;
485484
PRODUCT_BUNDLE_IDENTIFIER = com.DigiDNA.ColorSetKit;
486485
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
487486
VERSIONING_SYSTEM = "apple-generic";
@@ -505,7 +504,6 @@
505504
"@executable_path/../Frameworks",
506505
"@loader_path/Frameworks",
507506
);
508-
MACOSX_DEPLOYMENT_TARGET = 10.10;
509507
PRODUCT_BUNDLE_IDENTIFIER = com.DigiDNA.ColorSetKit;
510508
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
511509
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)