Skip to content

Commit 9dd0446

Browse files
committed
More direction for CocoaPods users
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent e125805 commit 9dd0446

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Documentation/Index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ You should now be able to `import SQLite` from any of your target’s source fil
107107

108108
#### SQLCipher
109109

110+
> _Note_: To install with CocoaPods, [see above](#cocoapods).
111+
110112
To install SQLite.swift with [SQLCipher](http://sqlcipher.net) support:
111113

112114
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.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ To install SQLite.swift as an Xcode sub-project:
162162

163163
### SQLCipher
164164

165+
> _Note_: To install with CocoaPods, [see above](#cocoapods).
166+
165167
To install SQLite.swift with [SQLCipher][] support:
166168

167169
1. Make sure the **sqlcipher** working copy is checked out in Xcode. If

0 commit comments

Comments
 (0)