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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@
79
79
```ruby
80
80
use_frameworks!
81
81
pod 'SQLite.swift', git:'https://github.com/stephencelis/SQLite.swift.git'
82
+
# pod 'SQLite.swift/Cipher', git: ... # instead, for SQLCipher support
82
83
```
83
84
84
85
3. Run`pod install`.
@@ -104,13 +105,13 @@ To install SQLite.swift as an Xcode sub-project:
104
105
You should now be able to `import SQLite` from any of your target’s source files andbeginusingSQLite.swift.
105
106
106
107
107
-
### SQLCipher
108
+
#### SQLCipher
108
109
109
110
To install SQLite.swift with [SQLCipher](http://sqlcipher.net) support:
110
111
111
112
1. Make sure the **sqlcipher** working copy is checked out inXcode. If**sqlcipher.xcodeproj** is unavailable (_i.e._, it appears red), go to the **SourceControl** menu andselect**CheckOut sqlcipher…** from the **sqlcipher** menu item.
112
113
113
-
2. Follow [the instructions above](#installation) with the **SQLiteCipher** target, instead.
114
+
2. Follow [the instructions above](#manual) with the **SQLiteCipher** target, instead.
114
115
115
116
>_Note:_By default, SQLCipher compiles [without support for full-text search](https://github.com/sqlcipher/sqlcipher/issues/102). If you intend to use [FTS4](#full-text-search), make sure you add the following to **Other C Flags** in the **Build Settings** of the **sqlcipher** target (in the **sqlcipher.xcodeproj** project):
0 commit comments