dpa99c / cordova-custom-config

Cordova/Phonegap plugin to update platform configuration files based on preferences and config-file data defined in config.xml
318 stars 84 forks source link

Added support for #include statements in xcconfig files #143

Closed FatCandy closed 6 years ago

FatCandy commented 6 years ago

PR Type

What kind of change does this PR introduce? This change adds support for #include statements in .xcconfig files. For any project that relies on external dependencies it's currently impossible to import them using the existing configuration options.

PR Checklist

For bug fixes / features, please check if your PR fulfills the following requirements:

What is the purpose of this PR?

Does this PR introduce a breaking change?

What testing has been done on the changes in the PR?

Dev testing.

What testing has been done on existing functionality?

Regression testing.