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

File diff suppressed because it is too large Load Diff

View File

@@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Telegram Messenger LLP. All rights reserved.</string>
</dict>
</plist>

View File

@@ -1,13 +0,0 @@
#import <Cocoa/Cocoa.h>
//! Project version number for sqlciphermac.
FOUNDATION_EXPORT double sqlciphermacVersionNumber;
//! Project version string for sqlciphermac.
FOUNDATION_EXPORT const unsigned char sqlciphermacVersionString[];
#import <sqlciphermac/sqlcipher_config.h>
#import <sqlciphermac/sqlite3.h>
#import <sqlciphermac/sqlite3ext.h>