[GitHub] cordova-ios pull request #226: Add one cocoapod to Cordova project

2016-06-02 Thread juliascript
GitHub user juliascript opened a pull request: https://github.com/apache/cordova-ios/pull/226 Add one cocoapod to Cordova project To use: var podMod = require('./installPods.js'); podMod.installPodsSync ('HelloCordova', './HelloCo

[GitHub] cordova-ios pull request #226: Add one cocoapod to Cordova project

2016-06-02 Thread juliascript
Github user juliascript closed the pull request at: https://github.com/apache/cordova-ios/pull/226 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-lib pull request #461: CB-9825 framework tag spec parsing

2016-07-01 Thread juliascript
GitHub user juliascript opened a pull request: https://github.com/apache/cordova-lib/pull/461 CB-9825 framework tag spec parsing You can merge this pull request into a Git repository by running: $ git pull https://github.com/juliascript/cordova-lib CB-9825 Alternatively you

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-01 Thread juliascript
GitHub user juliascript opened a pull request: https://github.com/apache/cordova-ios/pull/234 CB-9825 cocoapod integration for plugins You can merge this pull request into a Git repository by running: $ git pull https://github.com/juliascript/cordova-ios CB-9825

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70491773 --- Diff: bin/templates/scripts/cordova/Api.js --- @@ -217,6 +214,90 @@ Api.prototype.addPlugin = function (plugin, installOptions

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70496395 --- Diff: bin/templates/scripts/cordova/Api.js --- @@ -217,6 +214,90 @@ Api.prototype.addPlugin = function (plugin, installOptions

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70507813 --- Diff: bin/templates/scripts/cordova/Api.js --- @@ -236,10 +317,50 @@ Api.prototype.addPlugin = function (plugin, installOptions

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70507754 --- Diff: bin/templates/scripts/cordova/Api.js --- @@ -217,6 +214,90 @@ Api.prototype.addPlugin = function (plugin, installOptions

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70526583 --- Diff: bin/templates/scripts/cordova/lib/podMod.js --- @@ -0,0 +1,162 @@ +var fs = require('fs'); +var util = require('u

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70534885 --- Diff: bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js --- @@ -91,18 +93,29 @@ var handlers

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70534998 --- Diff: bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js --- @@ -66,17 +66,19 @@ var handlers = { install:function(obj

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70541767 --- Diff: bin/templates/scripts/cordova/lib/podMod.js --- @@ -0,0 +1,162 @@ +var fs = require('fs'); +var util = require('u

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70541974 --- Diff: bin/templates/scripts/cordova/lib/podMod.js --- @@ -0,0 +1,162 @@ +var fs = require('fs'); +var util = require('u

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r70545166 --- Diff: bin/templates/scripts/cordova/lib/podMod.js --- @@ -0,0 +1,162 @@ +var fs = require('fs'); +var util = require('u

[GitHub] cordova-ios issue #234: CB-9825 cocoapod integration for plugins

2016-07-12 Thread juliascript
Github user juliascript commented on the issue: https://github.com/apache/cordova-ios/pull/234 Writing tests currently. Thank you, @shazron! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] cordova-ios issue #234: CB-9825 cocoapod integration for plugins

2016-07-13 Thread juliascript
Github user juliascript commented on the issue: https://github.com/apache/cordova-ios/pull/234 Build failing bc incomplete tests. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-26 Thread juliascript
GitHub user juliascript opened a pull request: https://github.com/apache/cordova-lib/pull/467 CB-9825: tests for cocoapod integration for plugins You can merge this pull request into a Git repository by running: $ git pull https://github.com/juliascript/cordova-lib CB-9825

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-26 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72350533 --- Diff: cordova-lib/spec-cordova/fixtures/plugins/sample-cocoapod-plugin-overlapping-dependency/README.md --- @@ -0,0 +1,309

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-26 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72350555 --- Diff: cordova-lib/spec-cordova/fixtures/plugins/sample-cocoapod-plugin-overlapping-dependency/LICENSE --- @@ -0,0 +1,202 @@ + --- End

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-26 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72350543 --- Diff: cordova-lib/spec-cordova/fixtures/plugins/sample-cocoapod-plugin-overlapping-dependency/NOTICE --- @@ -0,0 +1,5 @@ +Apache Cordova

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-26 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72350567 --- Diff: cordova-lib/spec-cordova/fixtures/plugins/sample-cocoapod-plugin-overlapping-dependency/CONTRIBUTING.md --- @@ -0,0 +1,37 @@ +

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-27 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72487562 --- Diff: cordova-lib/spec-cordova/platform.spec.js --- @@ -33,326 +33,453 @@ var helpers = require('./helpers'), var projec

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-27 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72488127 --- Diff: cordova-lib/spec-cordova/fixtures/plugins/sample-cocoapod-plugin-overlapping-dependency/RELEASENOTES.md --- @@ -0,0 +1,141 @@ +

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-27 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72541191 --- Diff: cordova-lib/spec-cordova/platform.spec.js --- @@ -356,3 +356,123 @@ describe('plugin add and rm end-to-end --fetch',

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-27 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72541227 --- Diff: cordova-lib/spec-cordova/platform.spec.js --- @@ -356,3 +356,123 @@ describe('plugin add and rm end-to-end --fetch',

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-27 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72543906 --- Diff: cordova-lib/spec-cordova/platform.spec.js --- @@ -356,3 +356,123 @@ describe('plugin add and rm end-to-end --fetch',

[GitHub] cordova-lib pull request #467: CB-9825: tests for cocoapod integration for p...

2016-07-27 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/467#discussion_r72543969 --- Diff: cordova-lib/spec-cordova/platform.spec.js --- @@ -356,3 +356,123 @@ describe('plugin add and rm end-to-end --fetch',

[GitHub] cordova-coho pull request #129: CB-11642 Update CDVAvailability.h

2016-07-28 Thread juliascript
GitHub user juliascript opened a pull request: https://github.com/apache/cordova-coho/pull/129 CB-11642 Update CDVAvailability.h See https://issues.apache.org/jira/browse/CB-11642 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] cordova-coho pull request #129: CB-11642 Update CDVAvailability.h

2016-07-29 Thread juliascript
Github user juliascript closed the pull request at: https://github.com/apache/cordova-coho/pull/129 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-coho pull request #129: CB-11642 Update CDVAvailability.h

2016-07-29 Thread juliascript
GitHub user juliascript reopened a pull request: https://github.com/apache/cordova-coho/pull/129 CB-11642 Update CDVAvailability.h See https://issues.apache.org/jira/browse/CB-11642 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] cordova-coho pull request #130: CB-11646 version arg optional, will grab fro...

2016-07-29 Thread juliascript
GitHub user juliascript opened a pull request: https://github.com/apache/cordova-coho/pull/130 CB-11646 version arg optional, will grab from repo if not provided See https://issues.apache.org/jira/browse/CB-11646 You can merge this pull request into a Git repository by running

[GitHub] cordova-ios pull request #234: CB-9825 cocoapod integration for plugins

2016-08-09 Thread juliascript
Github user juliascript commented on a diff in the pull request: https://github.com/apache/cordova-ios/pull/234#discussion_r74154432 --- Diff: tests/spec/unit/podMod.spec.js --- @@ -0,0 +1,107 @@ +var fs = require('fs'), + path = require('path'), +