Skip to content

Commit

Permalink
Set macOS deployment target to '10.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszielinski committed Nov 23, 2018
1 parent 312ab35 commit 35f0277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Down-Example/Down-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = "macOS Demo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.down.macOS-Demo";
Expand All @@ -428,7 +428,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = "macOS Demo/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.down.macOS-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 35f0277

Please sign in to comment.