[
https://issues.apache.org/jira/browse/CB-13447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16206086#comment-16206086
]
jcesarmobile commented on CB-13447:
-----------------------------------
Latest cordova-ios is 4.5.2, I don't see any tag or brach about 5.x.x and
master is 4.6.0-dev, so not sure how can you be having problems with a version
that doesn't exist.
> cordova ios 5.x.x can't merge config-files
> ------------------------------------------
>
> 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]