Skip to content

Commit

Permalink
Merge pull request #327 from mas-cli/release-1.8.1
Browse files Browse the repository at this point in the history
🔖 Release 1.8.1
  • Loading branch information
phatblat committed Mar 15, 2021
2 parents 50a659b + 2b9ee3e commit 23a36b4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Brewfile.lock.json
Expand Up @@ -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"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -66,4 +66,4 @@ DEPENDENCIES
xcpretty

BUNDLED WITH
2.2.9
2.2.14
4 changes: 2 additions & 2 deletions mas-cli.xcodeproj/project.pbxproj
Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand Down
7 changes: 2 additions & 5 deletions script/bootstrap
Expand Up @@ -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
2 changes: 1 addition & 1 deletion script/version
Expand Up @@ -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"

0 comments on commit 23a36b4

Please sign in to comment.