An open API service indexing awesome lists of open source software.

https://github.com/xpd54/coredataencryption


https://github.com/xpd54/coredataencryption

Last synced: 9 months ago
JSON representation

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```