mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 17:28:17 +00:00
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
8 lines
156 B
Objective-C
8 lines
156 B
Objective-C
|
|
@import Foundation;
|
|
|
|
FOUNDATION_EXPORT double SQLCipherVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char SQLCipherVersionString[];
|
|
|
|
#import "sqlite3.h"
|