updated ios references, added docs & tests

This commit is contained in:
Steven Gill
2013-06-18 16:34:22 -07:00
parent 26b4948cd3
commit 5ac7d84736
23 changed files with 5022 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
*/
#import <Foundation/Foundation.h>
#import "CDVPlugin.h"
#import <Cordova/CDVPlugin.h>
enum CDVFileTransferError {
FILE_NOT_FOUND_ERR = 1,
+3 -1
View File
@@ -17,7 +17,9 @@
under the License.
*/
#import "CDV.h"
#import <Cordova/CDV.h>
#import "CDVFileTransfer.h"
#import "CDVFile"
#import <AssetsLibrary/ALAsset.h>
#import <AssetsLibrary/ALAssetRepresentation.h>