Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Brewfile.lock.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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"