Fixed wrong key for FileTransfer core plugin
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/d87a5b92 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/d87a5b92 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/d87a5b92 Branch: refs/heads/master Commit: d87a5b928d4a94d78add901e71fd74318decb040 Parents: 84a1720 Author: Shazron Abdullah <[email protected]> Authored: Fri Mar 23 15:42:03 2012 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Fri Mar 23 15:42:03 2012 -0700 ---------------------------------------------------------------------- Cordova-based Application/Cordova.plist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/d87a5b92/Cordova-based Application/Cordova.plist ---------------------------------------------------------------------- diff --git a/Cordova-based Application/Cordova.plist b/Cordova-based Application/Cordova.plist index 117896d..bb3245a 100644 --- a/Cordova-based Application/Cordova.plist +++ b/Cordova-based Application/Cordova.plist @@ -40,7 +40,7 @@ <string>CDVDebugConsole</string> <key>File</key> <string>CDVFile</string> - <key>org.apache.cordova.filetransfer</key> + <key>FileTransfer</key> <string>CDVFileTransfer</string> <key>Geolocation</key> <string>CDVLocation</string>
