mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-29 11:52:16 -05:00
Fix readme markdown formatting
This commit is contained in:
parent
615e5eb3ca
commit
98076ebacd
28
README.md
28
README.md
@ -7,24 +7,22 @@ We are brand new to objective-c, so there could be problems with our code!
|
|||||||
|
|
||||||
Installing
|
Installing
|
||||||
==========
|
==========
|
||||||
/**
|
|
||||||
For installing with PhoneGap 1.3.0:
|
For installing with PhoneGap 1.3.0:
|
||||||
in PGSQLitePlugin.h file change for PhoneGaps JSONKit.h implementation.
|
in PGSQLitePlugin.h file change for PhoneGaps JSONKit.h implementation.
|
||||||
|
|
||||||
[code]
|
#ifdef PHONEGAP_FRAMEWORK
|
||||||
#ifdef PHONEGAP_FRAMEWORK
|
#import <PhoneGap/PGPlugin.h>
|
||||||
#import <PhoneGap/PGPlugin.h>
|
#import <PhoneGap/JSONKit.h>
|
||||||
#import <PhoneGap/JSONKit.h>
|
#import <PhoneGap/PhoneGapDelegate.h>
|
||||||
#import <PhoneGap/PhoneGapDelegate.h>
|
#import <PhoneGap/File.h>
|
||||||
#import <PhoneGap/File.h>
|
#import<PhoneGap/FileTransfer.h>
|
||||||
#import<PhoneGap/FileTransfer.h>
|
#else
|
||||||
#else
|
#import "PGPlugin.h"
|
||||||
#import "PGPlugin.h"
|
#import "JSON.h"
|
||||||
#import "JSON.h"
|
#import "PhoneGapDelegate.h"
|
||||||
#import "PhoneGapDelegate.h"
|
#import "File.h"
|
||||||
#import "File.h"
|
#endif
|
||||||
#endif
|
|
||||||
[/code]
|
|
||||||
|
|
||||||
In the Project Build Phases tab, select the "Link Binary with Libraries" dropdown menu and add 2 libraries:
|
In the Project Build Phases tab, select the "Link Binary with Libraries" dropdown menu and add 2 libraries:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user