Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add encrypt support with SQLCipher #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 23 additions & 2 deletions .gitignore
@@ -1,2 +1,23 @@
YTKKeyValueStore.xcodeproj/xcuserdata/
YTKKeyValueStore.xcodeproj/project.xcworkspace/xcuserdata/
build/
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

Thumbs.db
*.swp
*.pbxuser
*.perspective
*.perspectivev3
*.xcodeproj/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
.DS_Store
7 changes: 7 additions & 0 deletions Podfile
@@ -0,0 +1,7 @@

# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"

target "YTKKeyValueStore" do
pod 'FMDB/SQLCipher', '~> 2.5.0'
end
19 changes: 19 additions & 0 deletions Podfile.lock
@@ -0,0 +1,19 @@
PODS:
- FMDB/common (2.5)
- FMDB/SQLCipher (2.5):
- FMDB/common
- SQLCipher
- SQLCipher (3.1.0):
- SQLCipher/standard (= 3.1.0)
- SQLCipher/common (3.1.0)
- SQLCipher/standard (3.1.0):
- SQLCipher/common

DEPENDENCIES:
- FMDB/SQLCipher (~> 2.5.0)

SPEC CHECKSUMS:
FMDB: 96e8f1bcc1329e269330f99770ad4285d9003e52
SQLCipher: c44fcca49c31483c2489cfb79aa7a69407f3794a

COCOAPODS: 0.37.1
28 changes: 28 additions & 0 deletions Pods/FMDB/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.