-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(template): Copy CordovaLib into a packages folder (#1522)
Pointing a relative path to CordovaLib in the node_modules folder means that the Xcode project is no longer self-contained, which is significant change in terms of assumptions people can make about the project files in CI environments (i.e., preparing all platforms once, then copying just the platform folders to different runners to build). So we now copy the CordovaLib folder into a platforms/ios/packages directory and point to it there. As a side effect, it seemed worth bringing back the `--link` option to continue pointing to node_modules for easier development.
- Loading branch information
Showing
3 changed files
with
37 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters