Added .example files. Added build phase script to copy .example files if user configuration files are not already present.
12 lines
345 B
Objective-C
Executable File
12 lines
345 B
Objective-C
Executable File
@import Foundation;
|
|
|
|
//! Project version number for GRDB.
|
|
FOUNDATION_EXPORT double GRDB_VersionNumber;
|
|
|
|
//! Project version string for GRDB.
|
|
FOUNDATION_EXPORT const unsigned char GRDB_VersionString[];
|
|
|
|
#import <GRDBCustomSQLite/GRDBCustomSQLite-USER.h>
|
|
#import <GRDBCustomSQLite/GRDBCustomSQLite-Bridging.h>
|
|
#import <GRDBCustomSQLite/sqlite3.h>
|