mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
refactor and cleanup [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
//! Project version number for sqlcipher.
|
||||
FOUNDATION_EXPORT double sqlcipherVersionNumber;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -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
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user