Skip to content

Commit 50afd29

Browse files
committed
Set the deployment target to 10.11
1 parent 084ce59 commit 50afd29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,7 @@
16801680
INFOPLIST_FILE = Resources/Info.plist;
16811681
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
16821682
INSTALL_PATH = /Applications;
1683+
MACOSX_DEPLOYMENT_TARGET = 10.11;
16831684
PRODUCT_BUNDLE_IDENTIFIER = net.phere.GitX;
16841685
PRODUCT_NAME = GitX;
16851686
VERSIONING_SYSTEM = "apple-generic";
@@ -1699,6 +1700,7 @@
16991700
INFOPLIST_FILE = Resources/Info.plist;
17001701
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional";
17011702
INSTALL_PATH = /Applications;
1703+
MACOSX_DEPLOYMENT_TARGET = 10.11;
17021704
PRODUCT_BUNDLE_IDENTIFIER = net.phere.GitX;
17031705
PRODUCT_NAME = GitX;
17041706
STRIP_INSTALLED_PRODUCT = YES;

0 commit comments

Comments
 (0)