Skip to content

Commit 7de9ee5

Browse files
committed
Changed CI config back to Xcode 10.1, updated documents
1 parent 291f184 commit 7de9ee5

File tree

3 files changed

+4
-4
lines changed

3 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.2
4+
osx_image: xcode10.1
55
env:
66
global:
77
- IOS_SIMULATOR="iPhone 6s"
8-
- IOS_VERSION="12.2"
8+
- IOS_VERSION="12.1"
99
matrix:
1010
include:
1111
- env: BUILD_SCHEME="SQLite iOS"

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
## Installation
6969

7070
> _Note:_ SQLite.swift requires Swift 4.2 (and
71-
> [Xcode 9.3](https://developer.apple.com/xcode/downloads/)) or greater.
71+
> [Xcode 10](https://developer.apple.com/xcode/downloads/)) or greater.
7272
7373

7474
### Carthage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ and the [companion repository][SQLiteDataAccessLayer2].
112112

113113
## Installation
114114

115-
> _Note:_ SQLite.swift requires Swift 4.2 (and [Xcode][] 9.3).
115+
> _Note:_ SQLite.swift requires Swift 4.2 (and [Xcode][] 10).
116116
117117
### Carthage
118118

0 commit comments

Comments
 (0)