File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : objective-c
22rvm : 2.3
33# https://docs.travis-ci.com/user/reference/osx
4- osx_image : xcode10.1
4+ osx_image : xcode10.2
55env :
66 global :
77 - IOS_SIMULATOR="iPhone 6s"
8- - IOS_VERSION="12.1 "
8+ - IOS_VERSION="12.2 "
99matrix :
1010 include :
1111 - env : BUILD_SCHEME="SQLite iOS"
Original file line number Diff line number Diff line change 11801180 PRODUCT_NAME = "";
11811181 SDKROOT = iphoneos;
11821182 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1183- SWIFT_VERSION = 5.0 ;
1183+ SWIFT_VERSION = 4.2 ;
11841184 TARGETED_DEVICE_FAMILY = "1,2,3";
11851185 VERSIONING_SYSTEM = "apple-generic";
11861186 VERSION_INFO_PREFIX = "";
12351235 PRODUCT_NAME = "";
12361236 SDKROOT = iphoneos;
12371237 SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1238- SWIFT_VERSION = 5.0 ;
1238+ SWIFT_VERSION = 4.2 ;
12391239 TARGETED_DEVICE_FAMILY = "1,2,3";
12401240 VALIDATE_PRODUCT = YES;
12411241 VERSIONING_SYSTEM = "apple-generic";
You can’t perform that action at this time.
0 commit comments