https://github.com/xpd54/coredataencryption
https://github.com/xpd54/coredataencryption
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xpd54/coredataencryption
- Owner: xpd54
- License: apache-2.0
- Created: 2018-07-09T09:14:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T06:44:17.000Z (over 7 years ago)
- Last Synced: 2025-02-16T14:45:45.811Z (11 months ago)
- Language: Objective-C
- Size: 40.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoreDataEncryption
**CoreDataEncryption** is static library to encrypt Core Data.
## Dependencies
* [Encrypted Core Data] (https://github.com/project-imas/encrypted-core-data)
* [SQLCipher] (https://github.com/sqlcipher/sqlcipher)
Note :- *All dependencies are managed by git submodule*
## Project Configuration Highlights
* Header Search Path is set to submodule of sqlcipher ```$(PROJECT_DIR)/submodule/sqlcipher```
* Public Headers Folder Path is ```include/CoreDataEncryption```
* Other C Flags are set to ```-DSQLITE_HAS_CODEC``` and ```-DSQLCIPHER_CRYPTO_CC```
## Project set up Instruction
* ``` git submodule update --recursive --init```
## Project Build (From root project folder)
* ```cd scripts/```
* ```./release```
## Build location
```release folder```