Skip to content

Commit 9f652bd

Browse files
author
Justin Williams
committed
Upgrade minimum deployment target to 10.8. #yolo
1 parent 8a1a9f6 commit 9f652bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mogenerator.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
isa = XCBuildConfiguration;
565565
buildSettings = {
566566
ENABLE_TESTABILITY = YES;
567-
MACOSX_DEPLOYMENT_TARGET = 10.6;
567+
MACOSX_DEPLOYMENT_TARGET = 10.8;
568568
ONLY_ACTIVE_ARCH = YES;
569569
SDKROOT = macosx;
570570
};
@@ -573,7 +573,7 @@
573573
1DEB927A08733DD40010E9CD /* Release */ = {
574574
isa = XCBuildConfiguration;
575575
buildSettings = {
576-
MACOSX_DEPLOYMENT_TARGET = 10.6;
576+
MACOSX_DEPLOYMENT_TARGET = 10.8;
577577
SDKROOT = macosx;
578578
};
579579
name = Release;

0 commit comments

Comments
 (0)