File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 " -DSQLITE_HAS_CODEC" ,
3030 " -DSQLITE_TEMP_STORE=2" ,
3131 " -DSQLITE_ENABLE_SESSION" ,
32- " -DSQLITE_ENABLE_PREUPDATE_HOOK"
32+ " -DSQLITE_ENABLE_PREUPDATE_HOOK" ,
33+ " -DSQLITE_ENABLE_FTS5"
3334 ],
3435 "name" : " common" ,
3536 "source_files" : " src/sqlite3.{h,c}" ,
3839 "xcconfig" : {
3940 "USE_HEADERMAP" : " YES" ,
4041 "GCC_PREPROCESSOR_DEFINITIONS" : " $(inherited) SQLITE_HAS_CODEC=1 SQLITE_TEMP_STORE=2" ,
41- "OTHER_CFLAGS" : " $(inherited) -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_ENABLE_SESSION -DSQLITE_ENABLE_PREUPDATE_HOOK"
42+ "OTHER_CFLAGS" : " $(inherited) -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLCIPHER_CRYPTO_OPENSSL -DSQLITE_ENABLE_SESSION -DSQLITE_ENABLE_PREUPDATE_HOOK -DSQLITE_ENABLE_FTS5 "
4243 },
4344 "user_target_xcconfig" : {
4445 "HEADER_SEARCH_PATHS" : " $(SRCROOT)/../node_modules/@commapp/sqlcipher-amalgamation/src"
You can’t perform that action at this time.
0 commit comments