Skip to content

Commit db48bb0

Browse files
authored
Update Index.md
Clarify SQLCipher integration (stephencelis#1097)
1 parent 5ea2990 commit db48bb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/Index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ If you want to use [SQLCipher][] with SQLite.swift you can require the
170170

171171
```ruby
172172
target 'YourAppTargetName' do
173+
# Make sure you only require the subspec, otherwise you app might link against
174+
# the system SQLite, which means the SQLCipher-specific methods won't work.
173175
pod 'SQLite.swift/SQLCipher', '~> 0.13.0'
174176
end
175177
```

0 commit comments

Comments
 (0)