You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/02/20 23:00:20 UTC

ios commit: Updated cordova.ios.js to latest 2.5.0rc1 tag

Updated Branches:
  refs/heads/next 0005897dd -> 43c3a456c


Updated cordova.ios.js to latest 2.5.0rc1 tag


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/43c3a456
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/43c3a456
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/43c3a456

Branch: refs/heads/next
Commit: 43c3a456c05bdc1bd611cce0415ef29c2803a0f5
Parents: 0005897
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Feb 20 13:58:29 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Feb 20 13:58:29 2013 -0800

----------------------------------------------------------------------
 CordovaLib/cordova.ios.js |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/43c3a456/CordovaLib/cordova.ios.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.ios.js b/CordovaLib/cordova.ios.js
index 4d75dbe..60665b6 100644
--- a/CordovaLib/cordova.ios.js
+++ b/CordovaLib/cordova.ios.js
@@ -1,8 +1,8 @@
 // Platform: ios
 
-// commit 04e4ceafdcd59cdd937e873cc9006766c1e5940a
+// commit 521bbd64ed729ca76b6646d25bb01b76ee8a54b5
 
-// File generated at :: Tue Feb 19 2013 23:34:05 GMT-0800 (PST)
+// File generated at :: Wed Feb 20 2013 12:24:41 GMT-0800 (PST)
 
 /*
  Licensed to the Apache Software Foundation (ASF) under one
@@ -4374,6 +4374,17 @@ module.exports = function(exportFunc) {
 
 });
 
+// file: lib/common/plugin/filetransfer/symbols.js
+define("cordova/plugin/filetransfer/symbols", function(require, exports, module) {
+
+
+var modulemapper = require('cordova/modulemapper');
+
+modulemapper.clobbers('cordova/plugin/FileTransfer', 'FileTransfer');
+modulemapper.clobbers('cordova/plugin/FileTransferError', 'FileTransferError');
+
+});
+
 // file: lib/common/plugin/geolocation.js
 define("cordova/plugin/geolocation", function(require, exports, module) {