mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🔖 Version 1.4.3
This commit is contained in:
parent
b04cf3be33
commit
08ba0d42cf
6 changed files with 18 additions and 13 deletions
|
@ -11,6 +11,6 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>mas-cli</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.2</string>
|
||||
<string>1.4.3</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v1.4.3] - 2018-10-16
|
||||
|
||||
- 🧰 MasKit Framework #175
|
||||
- 🛠 Xcode 10 & Swift 4.2 #173
|
||||
- ♻️ Use Carthage rather than CocoaPods to manage dependencies #169
|
||||
- ⬆️ danger (5.7.0) #176
|
||||
|
||||
## [v1.4.2] - Sign-In Disabled - 2018-08-12
|
||||
## [v1.4.2] Sign-In Disabled - 2018-08-12
|
||||
|
||||
> Version 1.4.2 was never [released](https://github.com/Homebrew/homebrew-core/pull/31058) through Homebrew.
|
||||
|
||||
- 🚏📥🙅🏻♀️ Disabled `signin` command on macOS 10.13+ #162
|
||||
- An error is immediately returned instead of crashing on newer macOS versions.
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<string>1.4.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<string>10403000</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2018 Andrew Naylor. All rights reserved.</string>
|
||||
</dict>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<string>1.4.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<string>10403000</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -666,7 +666,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
||||
CURRENT_PROJECT_VERSION = 10402000;
|
||||
CURRENT_PROJECT_VERSION = 10403000;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
@ -732,7 +732,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
||||
CURRENT_PROJECT_VERSION = 10402000;
|
||||
CURRENT_PROJECT_VERSION = 10403000;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
|
@ -813,10 +813,10 @@
|
|||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 10403000;
|
||||
DEFINES_MODULE = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 10403000;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
@ -850,10 +850,10 @@
|
|||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1;
|
||||
CURRENT_PROJECT_VERSION = 10403000;
|
||||
DEFINES_MODULE = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 10403000;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
|
|
@ -25,7 +25,8 @@ DISTRIBUTION_PLIST=../Homebrew/Distribution.plist
|
|||
INSTALL_TEMPORARY_FOLDER=/tmp/mas-cli.dst
|
||||
INTERNAL_PACKAGE=mas_temp.pkg
|
||||
OUTPUT_PACKAGE=mas.pkg
|
||||
VERSION_STRING=1.1.1
|
||||
# TODO: Make VERSION_STRING dynamic
|
||||
VERSION_STRING=1.4.3
|
||||
|
||||
tree "$INSTALL_TEMPORARY_FOLDER"
|
||||
|
||||
|
|
Loading…
Reference in a new issue