-
-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sqflite_darwin] Remove FMDB dependency, copying/renaming relevant fi…
…les/classes
- Loading branch information
1 parent
b3542ad
commit 09d84cf
Showing
22 changed files
with
5,233 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#import <Foundation/Foundation.h> | ||
|
||
FOUNDATION_EXPORT double SqfliteDarwinDBVersionNumber; | ||
FOUNDATION_EXPORT const unsigned char SqfliteDarwinDBVersionString[]; | ||
|
||
#import "SqfliteDarwinDatabase.h" | ||
#import "SqfliteDarwinResultSet.h" | ||
#import "SqfliteDarwinDatabaseAdditions.h" | ||
#import "SqfliteDarwinDatabaseQueue.h" |
Oops, something went wrong.