Skip to content

Commit 7a98a95

Browse files
committed
- Reverted to swift 4.2, will go to 5 in another version update
- Updated CI config
1 parent e28f30c commit 7a98a95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: objective-c
22
rvm: 2.3
33
# https://docs.travis-ci.com/user/reference/osx
4-
osx_image: xcode10.1
4+
osx_image: xcode10.2
55
env:
66
global:
77
- IOS_SIMULATOR="iPhone 6s"
8-
- IOS_VERSION="12.1"
8+
- IOS_VERSION="12.2"
99
matrix:
1010
include:
1111
- env: BUILD_SCHEME="SQLite iOS"

SQLite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@
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 = "";
@@ -1235,7 +1235,7 @@
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";

0 commit comments

Comments
 (0)