Skip to content

Commit

Permalink
Update Index.md
Browse files Browse the repository at this point in the history
Clarify SQLCipher integration (#1097)
  • Loading branch information
jberkel authored Nov 16, 2021
1 parent 5ea2990 commit db48bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ If you want to use [SQLCipher][] with SQLite.swift you can require the

```ruby
target 'YourAppTargetName' do
# Make sure you only require the subspec, otherwise you app might link against
# the system SQLite, which means the SQLCipher-specific methods won't work.
pod 'SQLite.swift/SQLCipher', '~> 0.13.0'
end
```
Expand Down

0 comments on commit db48bb0

Please sign in to comment.