File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11language : objective-c
22rvm : 2.7.3
33# https://docs.travis-ci.com/user/reference/osx
4- osx_image : xcode12.2
4+ osx_image : xcode11.6
55env :
66 global :
7- - IOS_SIMULATOR="iPhone 11 "
8- - IOS_VERSION="14.2 "
7+ - IOS_SIMULATOR="iPhone XS "
8+ - IOS_VERSION="13.6 "
99matrix :
1010 include :
1111 - env : BUILD_SCHEME="SQLite iOS"
@@ -20,7 +20,7 @@ matrix:
2020 - env : CARTHAGE_PLATFORM="tvOS"
2121 - env : PACKAGE_MANAGER_COMMAND="test"
2222before_install :
23- - gem install bundler
23+ - gem install bundler
2424 - gem install xcpretty --no-document
2525 - brew update
2626 - brew outdated carthage || brew upgrade carthage
Original file line number Diff line number Diff line change 11BUILD_TOOL = xcodebuild
22BUILD_SCHEME = SQLite Mac
33IOS_SIMULATOR = iPhone XS
4- IOS_VERSION = 12.2
4+ IOS_VERSION = 13.6
55ifeq ($(BUILD_SCHEME ) ,SQLite iOS)
66 BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -destination "platform=iOS Simulator,name=$(IOS_SIMULATOR),OS=$(IOS_VERSION)"
77else
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CARTHAGE_PLATFORM := iOS
33CARTHAGE_CONFIGURATION := Release
44CARTHAGE_DIR := Carthage
55CARTHAGE_ARGS := --no-use-binaries
6- CARTHAGE_TOOLCHAIN := com.apple.dt.toolchain.Swift_3_0
6+ CARTHAGE_TOOLCHAIN := com.apple.dt.toolchain.XcodeDefault
77CARTHAGE_CMDLINE := --configuration $(CARTHAGE_CONFIGURATION ) --platform $(CARTHAGE_PLATFORM ) --toolchain $(CARTHAGE_TOOLCHAIN ) $(CARTHAGE_ARGS )
88
99test : $(CARTHAGE ) Cartfile
You can’t perform that action at this time.
0 commit comments