mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +00:00
🔖 Version 1.5.0
This commit is contained in:
parent
69844b55d1
commit
d53c42ae00
5 changed files with 21 additions and 15 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,4 +1,4 @@
|
|||
# Changelog
|
||||
# mas Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
|
||||
## [v1.5.0] 🗑 Uninstall - 2018-12-27
|
||||
|
||||
- ✨🗑 `uninstall` command #81, #191
|
||||
|
||||
## [v1.4.4] 🧹 Cleanup - 2018-12-19
|
||||
|
@ -129,7 +133,9 @@ Use the `mas.pkg` package to install manually.
|
|||
## [v1.0.0] - 2015-09-20
|
||||
- Initial Release
|
||||
|
||||
[Unreleased]: https://github.com/mas-cli/mas/compare/v1.4.3...HEAD
|
||||
[Unreleased]: https://github.com/mas-cli/mas/compare/v1.5.0...HEAD
|
||||
[v1.5.0]: https://github.com/mas-cli/mas/compare/v1.4.4...v1.5.0
|
||||
[v1.4.4]: https://github.com/mas-cli/mas/compare/v1.4.3...v1.4.4
|
||||
[v1.4.3]: https://github.com/mas-cli/mas/compare/v1.4.2...v1.4.3
|
||||
[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
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.4</string>
|
||||
<string>1.5</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>10404000</string>
|
||||
<string>10500000</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.4.4</string>
|
||||
<string>1.5</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>10404000</string>
|
||||
<string>10500000</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -723,7 +723,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
||||
CURRENT_PROJECT_VERSION = 10404000;
|
||||
CURRENT_PROJECT_VERSION = 10500000;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
@ -788,7 +788,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
||||
CURRENT_PROJECT_VERSION = 10404000;
|
||||
CURRENT_PROJECT_VERSION = 10500000;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
|
@ -875,10 +875,10 @@
|
|||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 10404000;
|
||||
CURRENT_PROJECT_VERSION = 10500000;
|
||||
DEFINES_MODULE = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 4.4;
|
||||
DYLIB_CURRENT_VERSION = 4.4;
|
||||
DYLIB_COMPATIBILITY_VERSION = 5.0;
|
||||
DYLIB_CURRENT_VERSION = 5.0;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
@ -913,10 +913,10 @@
|
|||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 10404000;
|
||||
CURRENT_PROJECT_VERSION = 10500000;
|
||||
DEFINES_MODULE = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 4.4;
|
||||
DYLIB_CURRENT_VERSION = 4.4;
|
||||
DYLIB_COMPATIBILITY_VERSION = 5.0;
|
||||
DYLIB_CURRENT_VERSION = 5.0;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>mas-cli</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.4</string>
|
||||
<string>1.5</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue