Merge pull request #327 from mas-cli/release-1.8.1

🔖 Release 1.8.1
This commit is contained in:
Ben Chatelain 2021-03-14 19:13:01 -06:00 committed by GitHub
commit 23a36b4555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 13 deletions

View file

@ -95,12 +95,12 @@
"macOS": "10.15.6"
},
"big_sur": {
"HOMEBREW_VERSION": "3.0.1-38-g320bccb",
"HOMEBREW_VERSION": "3.0.5-42-ge3b451c",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "bd3bc1c7feeec5677c9c4e9b6874a5780bcc5ff8",
"CLT": "12.0.32.21",
"Homebrew/homebrew-core": "71ccd48f3217276bf2634b9698373d34ffb38607",
"CLT": "",
"Xcode": "12.4",
"macOS": "11.2"
"macOS": "11.2.3"
}
}
}

View file

@ -66,4 +66,4 @@ DEPENDENCIES
xcpretty
BUNDLED WITH
2.2.9
2.2.14

View file

@ -1179,7 +1179,7 @@
"$(SRCROOT)/App/PrivateHeaders",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.8.0;
MARKETING_VERSION = 1.8.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
@ -1241,7 +1241,7 @@
"$(SRCROOT)/App/PrivateHeaders",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.8.0;
MARKETING_VERSION = 1.8.1;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
SDKROOT = macosx;

View file

@ -16,18 +16,15 @@ main() {
bundle install
# Install Mint and shellcheck
brew bundle install --verbose
brew bundle install --no-upgrade --verbose
# Set up mint cache to be relative to user HOME
export MINT_PATH=~/.mint/cache
mkdir -p $MINT_PATH
mint bootstrap --verbose
mint bootstrap --link --verbose
# Download and build project dependencies
carthage bootstrap --platform macOS --cache-builds
# Old Xcode project sort script used for CocoaSeeds
script/sort
}
main

View file

@ -9,4 +9,4 @@
# This no longer works with MARKETING_VERSION build setting in Info.plist
# agvtool what-marketing-version -terse1
echo "1.8.0"
echo "1.8.1"