mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🔖 Version 1.4.2
This commit is contained in:
parent
a60d9a5840
commit
4a75478a6c
4 changed files with 11 additions and 6 deletions
|
@ -11,6 +11,6 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>mas-cli</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.1</string>
|
||||
<string>1.4.2</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.1</string>
|
||||
<string>1.4.2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>10401000</string>
|
||||
<string>10402000</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
|
||||
## [v1.4.2] - 2018-08-11
|
||||
|
||||
- ⛔ Disable `signin` command on macOS 10.13+ #162
|
||||
- 🐛 Fix `signout` command #162
|
||||
- ➖ CocoaSeeds #155
|
||||
|
@ -98,7 +102,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
## [v1.0.0] - 2015-09-20
|
||||
- Initial Release
|
||||
|
||||
[Unreleased]: https://github.com/mas-cli/mas/compare/v1.4.1...HEAD
|
||||
[Unreleased]: https://github.com/mas-cli/mas/compare/v1.4.2...HEAD
|
||||
[v1.4.2]: https://github.com/mas-cli/mas/compare/v1.4.1...v1.4.2
|
||||
[v1.4.1]: https://github.com/mas-cli/mas/compare/v1.4.0...v1.4.1
|
||||
[v1.4.0]: https://github.com/mas-cli/mas/compare/v1.3.1...v1.4.0
|
||||
[v1.3.1]: https://github.com/mas-cli/mas/compare/v1.3.0...v1.3.1
|
||||
|
|
|
@ -504,7 +504,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
||||
CURRENT_PROJECT_VERSION = 10401000;
|
||||
CURRENT_PROJECT_VERSION = 10402000;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
@ -570,7 +570,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
||||
CURRENT_PROJECT_VERSION = 10401000;
|
||||
CURRENT_PROJECT_VERSION = 10402000;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
|
|
Loading…
Add table
Reference in a new issue