mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Version 1.4.1
This commit is contained in:
parent
5a2905d2a8
commit
4be4345bd0
4 changed files with 9 additions and 6 deletions
|
@ -11,6 +11,6 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>mas-cli</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.0</string>
|
||||
<string>1.4.1</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.4.0</string>
|
||||
<string>1.4.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>10400000</string>
|
||||
<string>10401000</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v1.4.1] Stop Littering️ - 2018-02-18
|
||||
|
||||
- 🐛 Prevent `default.profraw` from getting created #135
|
||||
|
||||
## [v1.4.0] It's Alive! 🧟♂️ - 2018-02-16
|
||||
|
||||
|
@ -87,7 +89,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.0...HEAD
|
||||
[Unreleased]: https://github.com/mas-cli/mas/compare/v1.4.1...HEAD
|
||||
[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
|
||||
[v1.3.0]: https://github.com/mas-cli/mas/compare/v1.2.2...v1.3.0
|
||||
|
|
|
@ -523,7 +523,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
||||
CURRENT_PROJECT_VERSION = 10400000;
|
||||
CURRENT_PROJECT_VERSION = 10401000;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
@ -586,7 +586,7 @@
|
|||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
|
||||
CURRENT_PROJECT_VERSION = 10400000;
|
||||
CURRENT_PROJECT_VERSION = 10401000;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
|
|
Loading…
Reference in a new issue