Merge branch 'master' into buck-test

This commit is contained in:
Peter
2019-08-30 04:16:26 +04:00
660 changed files with 20469 additions and 11858 deletions

View File

@@ -17,8 +17,11 @@
** language. The code for the "sqlite3" command-line shell is also in a
** separate file. This file contains only code for the core SQLite library.
*/
#if TARGET_OS_IOS
#include <sqlcipher/sqlcipher_config.h>
#else
#include <sqlciphermac/sqlcipher_config.h>
#endif
#define SQLITE_CORE 1
#define SQLITE_AMALGAMATION 1
#ifndef SQLITE_PRIVATE