Skip to content

Commit

Permalink
Set deployment target to 10.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
MagerValp committed Aug 21, 2019
1 parent 7729d69 commit e5fc641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoDMG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "AutoDMG/AutoDMG-Prefix.pch";
INFOPLIST_FILE = "AutoDMG/AutoDMG-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "se.gu.it.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = AutoDMG;
WRAPPER_EXTENSION = app;
Expand All @@ -602,7 +602,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "AutoDMG/AutoDMG-Prefix.pch";
INFOPLIST_FILE = "AutoDMG/AutoDMG-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = "se.gu.it.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = AutoDMG;
WRAPPER_EXTENSION = app;
Expand Down

0 comments on commit e5fc641

Please sign in to comment.