Skip to content

Commit 3484825

Browse files
authored
Merge pull request #676 from stephencelis/update-doc
Mention swift-4 branch
2 parents e5eea6b + 1848964 commit 3484825

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ For a more comprehensive example, see [this article](http://masteringswift.blogs
109109

110110
## Installation
111111

112-
> _Note:_ SQLite.swift requires Swift 3 (and [Xcode][] 8) or greater. If you absolutely
113-
> need compatibility with Swift 2.3 you can use the [swift-2.3][] branch or older
114-
> released versions. New development will happen exclusively on the master/Swift 3 branch.
112+
> _Note:_ SQLite.swift requires Swift 3 (and [Xcode][] 8). Use the [swift-4][] branch for Xcode 9 Beta.
115113
116114
### Carthage
117115

@@ -266,4 +264,4 @@ Looking for something else? Try another Swift wrapper (or [FMDB][]):
266264
- [SwiftSQLite](https://github.com/chrismsimpson/SwiftSQLite)
267265

268266
[FMDB]: https://github.com/ccgus/fmdb
269-
[swift-2.3]: https://github.com/stephencelis/SQLite.swift/tree/swift-2.3
267+
[swift-4]: https://github.com/stephencelis/SQLite.swift/tree/swift-4

0 commit comments

Comments
 (0)