Michael Schmidt created CB-11413:
------------------------------------
Summary: build.xcconfig file doesn't get modified for config.xml
preference 'target-device' and 'deployment-target'
Key: CB-11413
URL: https://issues.apache.org/jira/browse/CB-11413
Project: Apache Cordova
Issue Type: Bug
Components: CLI
Environment: cordova 6.1.1
cordova-ios 4.1.1
Reporter: Michael Schmidt
*situation: preference 'target-device' and 'deployment-target' set in
config.xml*
*problem: the build.xcconfig file doesn't get modified accordingly*
it always keeps the default values
{code}
IPHONEOS_DEPLOYMENT_TARGET = 8.0
TARGETED_DEVICE_FAMILY = 1,2
{code}
this breaks the build process when these values are changed in the config.xml.
build.xcconfig takes precedence over the config.xml settings when using
{code}
cordova build ios --release ...
{code}
This wastes time of the developer - e.g. when building for tablet only this
setting needs to be manually set - if I ever know, that this is a second place
to maintain these settings.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]