You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/06/21 02:13:54 UTC

git commit: updated files

Updated Branches:
  refs/heads/master 8bd8a9ef1 -> 896eebffe


updated files


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/896eebff
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/896eebff
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/896eebff

Branch: refs/heads/master
Commit: 896eebffe32e9ba11a599d9f51b596895dbbd776
Parents: 8bd8a9e
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 20 17:13:50 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 20 17:13:50 2013 -0700

----------------------------------------------------------------------
 plugin.xml        | 2 +-
 src/ios/CDVFile.m | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/896eebff/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 341426a..f88a3d3 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -99,7 +99,7 @@ id="org.apache.cordova.core.FileUtils" version="0.1.0">
         <source-file src="src/ios/CDVFile.m" />
         
         <!-- ios specific file apis -->
-        <js-module src="www/ios/Entry.js" name="Entry">
+        <js-module src="www/ios/Entry.js" name="Entry1">
             <merges target="window.Entry" />
         </js-module>
     </platform>    

http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/896eebff/src/ios/CDVFile.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVFile.m b/src/ios/CDVFile.m
index 9159cba..ee4179c 100644
--- a/src/ios/CDVFile.m
+++ b/src/ios/CDVFile.m
@@ -18,15 +18,11 @@
  */
 
 #import "CDVFile.h"
-#import <Cordova/NSArray+Comparisons.h>
-#import <Cordova/NSDictionary+Extensions.h>
-#import <Cordova/CDVJSON.h>
-#import <Cordova/NSData+Base64.h>
+#import <Cordova/CDV.h>
 #import <AssetsLibrary/ALAsset.h>
 #import <AssetsLibrary/ALAssetRepresentation.h>
 #import <AssetsLibrary/ALAssetsLibrary.h>
 #import <MobileCoreServices/MobileCoreServices.h>
-#import <Cordova/CDVAvailability.h>
 #import <sys/xattr.h>
 
 extern NSString * const NSURLIsExcludedFromBackupKey __attribute__((weak_import));