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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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'),
+
32 matches
Mail list logo