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 2014/04/24 22:36:12 UTC

mac commit: CB-6502 Invalid URL and version for osx platform

Repository: cordova-osx
Updated Branches:
  refs/heads/master 806ed0575 -> 1ff6f299b


CB-6502 Invalid URL and version for osx platform

Signed-off-by: Shazron Abdullah <sh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cordova-osx/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-osx/commit/1ff6f299
Tree: http://git-wip-us.apache.org/repos/asf/cordova-osx/tree/1ff6f299
Diff: http://git-wip-us.apache.org/repos/asf/cordova-osx/diff/1ff6f299

Branch: refs/heads/master
Commit: 1ff6f299bb719acf917f07b1142a0b2c4ac85141
Parents: 806ed05
Author: Tobias Bocanegra <tr...@adobe.com>
Authored: Wed Apr 23 16:31:32 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Apr 24 13:36:07 2014 -0700

----------------------------------------------------------------------
 patches/cordova-cli.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/1ff6f299/patches/cordova-cli.patch
----------------------------------------------------------------------
diff --git a/patches/cordova-cli.patch b/patches/cordova-cli.patch
index e2377a2..3bf1f2b 100644
--- a/patches/cordova-cli.patch
+++ b/patches/cordova-cli.patch
@@ -1,5 +1,5 @@
 diff --git a/platforms.js b/platforms.js
-index 5bb82f1..a5f8e7e 100644
+index 5bb82f1..13010d1 100644
 --- a/platforms.js
 +++ b/platforms.js
 @@ -24,6 +24,12 @@ module.exports = {
@@ -9,8 +9,8 @@ index 5bb82f1..a5f8e7e 100644
 +    'osx' : {
 +        hostos : ['darwin'],
 +        parser : './src/metadata/ios_parser',
-+        url    : 'https://github.com/tripodsan/cordova-osx.git',
-+        version: '3.4.1'
++        url    : 'https://git-wip-us.apache.org/repos/asf?p=cordova-osx.git',
++        version: 'master'
 +    },
      'android' : {
          parser : './src/metadata/android_parser',