Updated Branches: refs/heads/master 965679216 -> c65aadf52
Move cordova-VERSION.js from bin/templates to CordovaLib. -Also updated scripts and test project to use new location. -This removes the version number from the .js file. -Addresses https://issues.apache.org/jira/browse/CB-1822 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/c65aadf5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/c65aadf5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/c65aadf5 Branch: refs/heads/master Commit: c65aadf52b966a72f47fd15ac9a0448947f0df9f Parents: 9656792 Author: Andrew Grieve <[email protected]> Authored: Wed Nov 7 21:44:29 2012 -0500 Committer: Andrew Grieve <[email protected]> Committed: Wed Nov 7 21:45:53 2012 -0500 ---------------------------------------------------------------------- CordovaLib/cordova.ios.js | 6090 +++++++++++++++ CordovaLibTests/CordovaLibApp/www/cordova.ios.js | 6090 --------------- .../CordovaTests.xcodeproj/project.pbxproj | 4 +- Makefile | 7 +- bin/create | 4 + bin/templates/project/www/cordova-2.2.0.js | 6090 --------------- bin/templates/project/www/index.html | 2 +- 7 files changed, 6098 insertions(+), 12189 deletions(-) ----------------------------------------------------------------------
