Skip to content

Commit 3b4b93f

Browse files
committed
Changed Xcode back to 10.2 for CI config and documentation (apparently withUnsafeBytes doesn't use UnsafeRawBufferPointer prior to 10.2)
1 parent a3ad1f8 commit 3b4b93f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

Documentation/Index.md

+1-1
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 10](https://developer.apple.com/xcode/downloads/)) or greater.
71+
> [Xcode 10.2](https://developer.apple.com/xcode/downloads/)) or greater.
7272
7373

7474
### Carthage

README.md

+1-1
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][] 10).
115+
> _Note:_ SQLite.swift requires Swift 4.2 (and [Xcode][] 10.2).
116116
117117
### Carthage
118118

0 commit comments

Comments
 (0)