refactor and cleanup [skip ci]

This commit is contained in:
overtake
2019-11-01 17:11:12 +04:00
parent 66191348f3
commit 8f66c10ac1
786 changed files with 983 additions and 69155 deletions

View File

@@ -1,4 +1,4 @@
#import <UIKit/UIKit.h>
#import <Cocoa/Cocoa.h>
//! Project version number for sqlcipher.
FOUNDATION_EXPORT double sqlcipherVersionNumber;

View File

@@ -17,11 +17,7 @@
** 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

View File

@@ -34,11 +34,7 @@
#define SQLITE3_H
#include <stdarg.h> /* Needed for the definition of va_list */
#if TARGET_OS_OSX
#include <sqlciphermac/sqlcipher_config.h>
#else
#include <sqlcipher/sqlcipher_config.h>
#endif
/*

View File

@@ -18,11 +18,7 @@
#ifndef SQLITE3EXT_H
#define SQLITE3EXT_H
#if TARGET_OS_OSX
#include <sqlciphermac/sqlite3.h>
#else
#include <sqlcipher/sqlite3.h>
#endif
/*
** The following structure holds pointers to all of the SQLite API