NativeScript / nativescript-cli

Command-line interface for building NativeScript apps
https://www.npmjs.com/package/nativescript
Apache License 2.0
1.04k stars 195 forks source link

feat(ios): always override xcconfig with user values #5735

Closed edusperoni closed 1 year ago

edusperoni commented 1 year ago

PR Checklist

What is the current behavior?

Values in the user's build.xcconfig are sometimes concatenated to the base values from the iOS template

What is the new behavior?

build.xcconfig always takes precedence over default values (no merging)