Khalid Awwad created CB-13447:
---------------------------------
Summary: cordova ios 5.x.x can't merge config-file
Key: CB-13447
URL: https://issues.apache.org/jira/browse/CB-13447
Project: Apache Cordova
Issue Type: Bug
Components: cordova-ios
Affects Versions: cordova-ios 4.5.0
Environment: cordova-ios 5.x.x
cordova-cli 6.5.0
Reporter: Khalid Awwad
Assignee: Suraj Pindoria
Priority: Critical
Two plugins that do this for example:
1)
<config-file target="*-Debug.plist" parent="keychain-access-groups">
<array>
<string>$(AppIdentifierPrefix)x</string>
</array>
</config-file>
2)
<config-file target="*-Debug.plist" parent="keychain-access-groups">
<array>
<string>$(AppIdentifierPrefix)y</string>
</array>
</config-file>
Will only have the changes of first plugin.
in 4.5.0 the result was merged:
<config-file target="*-Debug.plist" parent="keychain-access-groups">
<array>
<string>$(AppIdentifierPrefix)x</string>
<string>$(AppIdentifierPrefix)y</string>
</array>
</config-file>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]