Merge pull request #211 from mas-cli/release-1.6.2

🔖 Version 1.6.2
This commit is contained in:
Ben Chatelain 2019-01-21 21:06:49 -07:00 committed by GitHub
commit b3197cf3ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 11 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [v1.6.2] 🗑 Trashy - 2019-01-21
- 🗑🐛 Remove external trash command dependency #210
## [v1.6.1] 🍀 Lucky Again - 2019-01-18

View file

@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>CFBundleVersion</key>
<string>10601000</string>
<string>10602000</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Andrew Naylor. All rights reserved.</string>
</dict>

View file

@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<string>1.6.2</string>
<key>CFBundleVersion</key>
<string>10601000</string>
<string>10602000</string>
</dict>
</plist>

View file

@ -1119,7 +1119,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
CURRENT_PROJECT_VERSION = 10601000;
CURRENT_PROJECT_VERSION = 10602000;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -1184,7 +1184,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
CURRENT_PROJECT_VERSION = 10601000;
CURRENT_PROJECT_VERSION = 10602000;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1271,10 +1271,10 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 10601000;
CURRENT_PROJECT_VERSION = 10602000;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.0;
DYLIB_CURRENT_VERSION = 6.1;
DYLIB_CURRENT_VERSION = 6.2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -1309,10 +1309,10 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 10601000;
CURRENT_PROJECT_VERSION = 10602000;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 6.0;
DYLIB_CURRENT_VERSION = 6.1;
DYLIB_CURRENT_VERSION = 6.2;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",

View file

@ -11,6 +11,6 @@
<key>CFBundleName</key>
<string>mas-cli</string>
<key>CFBundleShortVersionString</key>
<string>1.6.1</string>
<string>1.6.2</string>
</dict>
</plist>