marco-saia-datadog opened a new pull request, #143: URL: https://github.com/apache/cordova-node-xcode/pull/143
This PR adds support for the `alwaysOutOfDate` property in PBX Shell Scripts. Setting `alwaysOutOfDate` to `true` disables dependency analysis for the given build phase, clearing warnings such as: ```sh Script has ambiguous dependencies causing it to run on every build ``` Since by default the property is not added to the PBX project file by Xcode, I have decided to write it down in the PBX file only if explicitly specified in the `pbxShellScriptBuildPhaseObj` options, hence the null check. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org