From 73e3d5d4077636487f07be1beff3b2714ee2b276 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 25 Mar 2013 15:57:26 +0000 Subject: upgrade to phonegap 2.5 for ios --- iPhone/CordovaLib/Classes/CDVFile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iPhone/CordovaLib/Classes/CDVFile.h') diff --git a/iPhone/CordovaLib/Classes/CDVFile.h b/iPhone/CordovaLib/Classes/CDVFile.h index 204c9f0..4862921 100755 --- a/iPhone/CordovaLib/Classes/CDVFile.h +++ b/iPhone/CordovaLib/Classes/CDVFile.h @@ -42,6 +42,8 @@ enum CDVFileSystemType { }; typedef int CDVFileSystemType; +extern NSString* const kCDVAssetsLibraryPrefix; + @interface CDVFile : CDVPlugin { NSString* appDocsPath; NSString* appLibraryPath; -- cgit v1.2.3