sqlcipher/macosx/SQLCipher.h
Christian Noon f4595d3e5f Fixed build related issues with included files and umbrella header.
Resolved the following:

- Added sqlite3.h to the project to be copied in framework bundle
- Added sqlite3.c to all the framework targets to be compiled
- Added sqlite3.h to umbrella header
- Added clang warning suppression to compile without warnings
2015-11-17 22:10:00 -08:00

8 lines
156 B
Objective-C

@import Foundation;
FOUNDATION_EXPORT double SQLCipherVersionNumber;
FOUNDATION_EXPORT const unsigned char SQLCipherVersionString[];
#import "sqlite3.h"