From c9fa8c1d27d45b4051cfc20a2c9c5aefdf9d8665 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 17 Nov 2018 19:36:08 -0700 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=80=EF=B8=8F?= =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=9B=A0=EF=B8=8F=20Use=20xcode10.1=20ima?= =?UTF-8?q?ge=20on=20TravisCI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 49e487b35129c0506657ec16646b393fd54f4701 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sat, 17 Nov 2018 19:38:23 -0700 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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 From 29301348f6fbdbea0f7b9c9cc3c32bde5e6536d1 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 18 Nov 2018 16:21:43 -0700 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=94=A7=20Disable=20code=20coverage=20?= =?UTF-8?q?in=20Release=20scheme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes a regression of #135 --- .../xcshareddata/xcschemes/mas-cli Release.xcscheme | 1 - 1 file changed, 1 deletion(-) 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"> From 1dc9715a3aca8f51a74c8f4ff73ee80194fe83c2 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 18 Nov 2018 16:41:20 -0700 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=9A=A8=20Change=20dylib=20version=20t?= =?UTF-8?q?o=20minor.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes linker warning: :-1: truncating -current_version to fit in 32-bit space used by old mach-o format --- mas-cli.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)",