diff --git a/.travis.yml b/.travis.yml index c3c90ad..e0a8093 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ # os: osx -osx_image: xcode10 # macOS 10.13 +osx_image: xcode10.1 # macOS 10.13 env: global: diff --git a/CHANGELOG.md b/CHANGELOG.md index eed59fa..877dda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- ⬆️🛠️ Xcode 10.1 #186 - ✅ Search tests #184 ## [v1.4.3] 📦🏛️ MasKit & Carthage - 2018-10-17 diff --git a/mas-cli.xcodeproj/project.pbxproj b/mas-cli.xcodeproj/project.pbxproj index 65af24d..4c4a581 100644 --- a/mas-cli.xcodeproj/project.pbxproj +++ b/mas-cli.xcodeproj/project.pbxproj @@ -824,8 +824,8 @@ COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 10403000; DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 10403000; + DYLIB_COMPATIBILITY_VERSION = 4.3; + DYLIB_CURRENT_VERSION = 4.3; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -862,8 +862,8 @@ COPY_PHASE_STRIP = NO; CURRENT_PROJECT_VERSION = 10403000; DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 10403000; + DYLIB_COMPATIBILITY_VERSION = 4.3; + DYLIB_CURRENT_VERSION = 4.3; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/mas-cli.xcodeproj/xcshareddata/xcschemes/mas-cli Release.xcscheme b/mas-cli.xcodeproj/xcshareddata/xcschemes/mas-cli Release.xcscheme index ed35661..d6f30fd 100644 --- a/mas-cli.xcodeproj/xcshareddata/xcschemes/mas-cli Release.xcscheme +++ b/mas-cli.xcodeproj/xcshareddata/xcschemes/mas-cli Release.xcscheme @@ -26,7 +26,6 @@ buildConfiguration = "Release" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - codeCoverageEnabled = "YES" shouldUseLaunchSchemeArgsEnv = "YES">