Skip to content

Commit

Permalink
[Fix] Cordova 2.2.0 does not provide cordova.js the same way and must
Browse files Browse the repository at this point in the history
  now be updated on each version. A filename mapping would be nice here.
  • Loading branch information
jerolimov committed Nov 3, 2012
1 parent 03b7538 commit 8518029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cordova/2.2.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.2.0" }
# s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.2.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLibTests/CordovaLibApp/www/cordova.ios.js', 'CordovaLib/VERSION'
s.resources = 'bin/templates/project/www/cordova-2.2.0.js', 'CordovaLib/VERSION'

s.platform = :ios, '4.3'
s.requires_arc = true
Expand Down

0 comments on commit 8518029

Please sign in to comment.