Skip to content

Commit 1474f15

Browse files
committed
Clarify SQLCipher installation
It's no longer hidden away in a "Vendor" group. Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 44820ea commit 1474f15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You should now be able to `import SQLite` from any of your target’s source fil
8484

8585
To install SQLite.swift with [SQLCipher](http://sqlcipher.net) support:
8686

87-
1. Make sure the **sqlcipher** working copy is checked out in Xcode. If **sqlcipher.xcodeproj** (in the **Vendor** group) is unavailable (and appears red), go to the **Source Control** menu and select **Check Out sqlcipher…** from the **sqlcipher** menu item.
87+
1. Make sure the **sqlcipher** working copy is checked out in Xcode. If **sqlcipher.xcodeproj** is unavailable (_i.e._, it appears red), go to the **Source Control** menu and select **Check Out sqlcipher…** from the **sqlcipher** menu item.
8888

8989
2. Follow [the instructions above](#installation) with the **SQLiteCipher** target, instead.
9090

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ To install SQLite.swift:
140140
To install SQLite.swift with [SQLCipher][] support:
141141

142142
1. Make sure the **sqlcipher** working copy is checked out in Xcode. If
143-
**sqlcipher.xcodeproj** (in the **Vendor** group) is unavailable
144-
(and appears red), go to the **Source Control** menu and select
145-
**Check Out sqlcipher…** from the **sqlcipher** menu item.
143+
**sqlcipher.xcodeproj** is unavailable (_i.e._, it appears red), go to the
144+
**Source Control** menu and select **Check Out sqlcipher…** from the
145+
**sqlcipher** menu item.
146146

147147
2. Follow [the instructions above](#installation) with the
148148
**SQLiteCipher** target, instead.

0 commit comments

Comments
 (0)