File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 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.2
4+ osx_image : xcode10.1
55env :
66 global :
77 - IOS_SIMULATOR="iPhone 6s"
8- - IOS_VERSION="12.2 "
8+ - IOS_VERSION="12.1 "
99matrix :
1010 include :
1111 - env : BUILD_SCHEME="SQLite iOS"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments