You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Khalid Awwad (JIRA)" <ji...@apache.org> on 2017/10/15 11:31:11 UTC

[jira] [Commented] (CB-13447) cordova ios 5.x.x can't merge config-files

    [ https://issues.apache.org/jira/browse/CB-13447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205096#comment-16205096 ] 

Khalid Awwad commented on CB-13447:
-----------------------------------

The issue is bigger, if I add these lines in only one plugin:
<config-file target="*-Debug.plist" parent="keychain-access-groups">
<array>
<string>$(AppIdentifierPrefix)x</string>
<string>$(AppIdentifierPrefix)y</string>
</array>
</config-file> 

Only the first one is added

> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org