mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 12:33:08 +00:00
💥 Increment macOS deployment target to 10.11
This commit is contained in:
parent
af7dfbfdb0
commit
a11a5b48cf
2 changed files with 3 additions and 5 deletions
|
@ -18,7 +18,7 @@ A simple command line interface for the Mac App Store. Designed for scripting an
|
|||
|
||||
macOS 10.13 (High Sierra) is required to install mas from the core Homebrew formula.
|
||||
We provide a [custom Homebrew tap](https://github.com/mas-cli/homebrew-tap) with pre-built bottles
|
||||
for all macOS versions since 10.9.
|
||||
for all macOS versions since 10.11.
|
||||
|
||||
#### 😴 TL;DR
|
||||
|
||||
|
|
|
@ -833,7 +833,7 @@
|
|||
"$(inherited)",
|
||||
"$(SRCROOT)/App/PrivateHeaders",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
|
||||
|
@ -892,7 +892,7 @@
|
|||
"$(inherited)",
|
||||
"$(SRCROOT)/App/PrivateHeaders",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
|
||||
SDKROOT = macosx;
|
||||
|
@ -1042,7 +1042,6 @@
|
|||
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
INFOPLIST_FILE = MasKitTests/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = at.phatbl.MasKitTests;
|
||||
|
@ -1073,7 +1072,6 @@
|
|||
GCC_C_LANGUAGE_STANDARD = gnu11;
|
||||
INFOPLIST_FILE = MasKitTests/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = at.phatbl.MasKitTests;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
Loading…
Reference in a new issue