You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Index.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# SQLite.swift Documentation
2
2
3
3
-[Installation](#installation)
4
+
-[SQLCipher](#sqlcipher)
4
5
-[Getting Started](#getting-started)
5
6
-[Connecting to a Database](#connecting-to-a-database)
6
7
-[Read-Write Databases](#read-write-databases)
@@ -76,6 +77,17 @@ To install SQLite.swift as an Xcode sub-project:
76
77
You should now be able to `import SQLite` from any of your target’s source files and begin using SQLite.swift.
77
78
78
79
80
+
### SQLCipher
81
+
82
+
To install SQLite.swift with [SQLCipher][] support:
83
+
84
+
1. Make sure the **sqlcipher** working copy is checked out into Xcode. If **sqlcipher.xcodeproj** (in the **Vendor** group) is red, go to the **Source Control** menu and select **Check Out sqlcipher…** from the **sqlcipher** menu item.
85
+
86
+
2. Follow [the instructions above](#installation) with the **SQLiteCipher** target, instead.
87
+
88
+
[SQLCipher]: http://sqlcipher.net
89
+
90
+
79
91
## Getting Started
80
92
81
93
To use SQLite.swift classes or structures in your target’s source file, first import the `SQLite` module.
0 commit comments