mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
commit
816247f2c5
4 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
os: osx
|
||||
osx_image: xcode10 # macOS 10.13
|
||||
osx_image: xcode10.1 # macOS 10.13
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
buildConfiguration = "Release"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
codeCoverageEnabled = "YES"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
</Testables>
|
||||
|
|
Loading…
Reference in a new issue