Merge pull request #186 from mas-cli/xcode10.1

⬆️🛠️ Xcode 10.1
This commit is contained in:
Ben Chatelain 2018-11-18 16:54:13 -07:00 committed by GitHub
commit 816247f2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@
#
os: osx
osx_image: xcode10 # macOS 10.13
osx_image: xcode10.1 # macOS 10.13
env:
global:

View file

@ -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

View file

@ -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)",

View file

@ -26,7 +26,6 @@
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>