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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ Pods/
Temporary Items
bin/
build/
default.profraw
releases/
xcuserdata
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.7.1] 🐛 Search JSON Fix - 2020-09-06

- 🐛 Account for missing JSON fields in search results #299

## [v1.7.0] 🛍 Purchase Command - 2020-05-24
Expand Down Expand Up @@ -202,7 +204,8 @@ Use the `mas.pkg` package to install manually.

- Initial Release

[Unreleased]: https://github.com/mas-cli/mas/compare/v1.7.0...HEAD
[Unreleased]: https://github.com/mas-cli/mas/compare/v1.7.1...HEAD
[v1.7.1]: https://github.com/mas-cli/mas/compare/v1.7.0...v1.7.1
[v1.7.0]: https://github.com/mas-cli/mas/compare/v1.6.4...v1.7.0
[v1.6.4]: https://github.com/mas-cli/mas/compare/v1.6.3...v1.6.4
[v1.6.3]: https://github.com/mas-cli/mas/compare/v1.6.2...v1.6.3
Expand Down
16 changes: 8 additions & 8 deletions Homebrew/mas-tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ class Mas < Formula
desc "Mac App Store command-line interface"
homepage "https://github.com/mas-cli/mas"
url "https://github.com/mas-cli/mas.git",
:tag => "v1.6.4",
:revision => "4cfb3185b6c72ac4a67eaaf17f842cc1dacf27c7"
:tag => "v1.7.0",
:revision => "35575ff962687cfd9a12f859668cf61d5ea819c2"
head "https://github.com/mas-cli/mas.git"

bottle do
root_url "https://dl.bintray.com/phatblat/mas-bottles"
cellar :any
sha256 "5ef426109d9c5be43a43621ea52bab6130aac836f4bec75d0d127fbc5526c26f" => :catalina
sha256 "5ef426109d9c5be43a43621ea52bab6130aac836f4bec75d0d127fbc5526c26f" => :mojave
sha256 "5ef426109d9c5be43a43621ea52bab6130aac836f4bec75d0d127fbc5526c26f" => :high_sierra
sha256 "5ef426109d9c5be43a43621ea52bab6130aac836f4bec75d0d127fbc5526c26f" => :sierra
sha256 "5ef426109d9c5be43a43621ea52bab6130aac836f4bec75d0d127fbc5526c26f" => :el_capitan
sha256 "adc9a2206f9fb5e7665cab7accea8ef682c382f35a8dabd8dd0cbd7bfbc82729" => :catalina
sha256 "adc9a2206f9fb5e7665cab7accea8ef682c382f35a8dabd8dd0cbd7bfbc82729" => :mojave
sha256 "adc9a2206f9fb5e7665cab7accea8ef682c382f35a8dabd8dd0cbd7bfbc82729" => :high_sierra
sha256 "adc9a2206f9fb5e7665cab7accea8ef682c382f35a8dabd8dd0cbd7bfbc82729" => :sierra
sha256 "adc9a2206f9fb5e7665cab7accea8ef682c382f35a8dabd8dd0cbd7bfbc82729" => :el_capitan
end

depends_on "carthage" => :build
Expand All @@ -30,7 +30,7 @@ def install
EOS
ENV["XCODE_XCCONFIG_FILE"] = xcconfig

# Only build necessary dependencies (Commandant, Result)
# Only build necessary dependencies
system "carthage", "bootstrap", "--platform", "macOS", "Commandant"
system "script/install", prefix

Expand Down
9 changes: 4 additions & 5 deletions Homebrew/mas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ class Mas < Formula
desc "Mac App Store command-line interface"
homepage "https://github.com/mas-cli/mas"
url "https://github.com/mas-cli/mas.git",
:tag => "v1.6.4",
:revision => "4cfb3185b6c72ac4a67eaaf17f842cc1dacf27c7"
:tag => "v1.7.0",
:revision => "35575ff962687cfd9a12f859668cf61d5ea819c2
head "https://github.com/mas-cli/mas.git"

bottle do
cellar :any
sha256 "2069b8c1c1a64c2fb91cc1c25ab9c9890c61f2182224b9e0605a35a151bb85bd" => :catalina
sha256 "3dd5a50b551a37c164c31375cc8498ba870e29e50086bd5c4c294bc26708a6d2" => :mojave
sha256 "a0d1e45203448c08420c3eab2d40ef957fd22c8e40fbeb067bc7bffe4f08dfe2" => :high_sierra
sha256 "b985d100947063ee94961f7f1290f232786634b869d20d56bd553197cf91188b" => :catalina
sha256 "c7005c34a3cf38d23f98e9cc238a0deae61f50ea5dfbcf51a34cc689a9db315e" => :mojave
end

depends_on "carthage" => :build
Expand Down
12 changes: 6 additions & 6 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.7.0;
MARKETING_VERSION = 1.7.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.7.0;
MARKETING_VERSION = 1.7.1;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
SDKROOT = macosx;
Expand All @@ -1265,7 +1265,7 @@
INFOPLIST_FILE = "mas/mas-Info.plist";
INSTALL_PATH = /bin;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/. @executable_path/MasKit.framework/Versions/Current/Frameworks /usr/local/Frameworks /usr/local/Frameworks/MasKit.framework/Versions/Current/Frameworks $(inherited)";
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 1.7.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
Expand All @@ -1290,7 +1290,7 @@
INFOPLIST_FILE = "mas/mas-Info.plist";
INSTALL_PATH = /bin;
LD_RUNPATH_SEARCH_PATHS = "@executable_path/. @executable_path/MasKit.framework/Versions/Current/Frameworks /usr/local/Frameworks /usr/local/Frameworks/MasKit.framework/Versions/Current/Frameworks $(inherited)";
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 1.7.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.mphys.mas-cli";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES;
Expand Down Expand Up @@ -1327,7 +1327,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = MasKit/SupportingFiles/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 1.7.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = at.phatbl.MasKit;
Expand Down Expand Up @@ -1366,7 +1366,7 @@
INFOPLIST_FILE = MasKit/SupportingFiles/Info.plist;
INSTALL_PATH = /Frameworks;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.7.0;
MARKETING_VERSION = 1.7.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = at.phatbl.MasKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
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.7.0"
echo "1.7.1"