GitHub user mbektchiev opened a pull request:
https://github.com/apache/cordova-ios/pull/244
CB-11771 Deep symlink directories to target project instead of linking the
directory itself
When installing a plugin with custom library using the --link option the
whole directory is symlinked and temporary
files leak into the original plugin directory on build. This leads to
broken builds if the same plugin is linked in
2 projects targeting different Cordova versions.
fixes [CB-11771 Installing plugin with symlink option pollutes original
directory with intermediate
files](https://issues.apache.org/jira/browse/CB-11771)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Icenium/cordova-ios bektchiev/deep-symlink
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-ios/pull/244.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #244
----
commit 15b4fdc6655b034888eb20122df9560c0b42195b
Author: Martin Bektchiev <[email protected]>
Date: 2016-08-26T14:45:59Z
CB-11771 Deep symlink directories to target project instead of linking the
directory itself
When installing a plugin with custom library using the --link option the
whole directory is symlinked and temporary
files leak into the original plugin directory on build. This leads to
broken builds if the same plugin is linked in
2 projects targeting different Cordova versions.
----
---
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 feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]