File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
2
rvm : 2.3
3
3
# https://docs.travis-ci.com/user/reference/osx
4
- osx_image : xcode10.1
4
+ osx_image : xcode10.2
5
5
env :
6
6
global :
7
7
- IOS_SIMULATOR="iPhone 6s"
Original file line number Diff line number Diff line change 68
68
## Installation
69
69
70
70
> _ Note:_ SQLite.swift requires Swift 4.2 (and
71
- > [ Xcode 10] ( https://developer.apple.com/xcode/downloads/ ) ) or greater.
71
+ > [ Xcode 10.2 ] ( https://developer.apple.com/xcode/downloads/ ) ) or greater.
72
72
73
73
74
74
### Carthage
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ and the [companion repository][SQLiteDataAccessLayer2].
112
112
113
113
## Installation
114
114
115
- > _ Note:_ SQLite.swift requires Swift 4.2 (and [ Xcode] [ ] 10).
115
+ > _ Note:_ SQLite.swift requires Swift 4.2 (and [ Xcode] [ ] 10.2 ).
116
116
117
117
### Carthage
118
118
You can’t perform that action at this time.
0 commit comments