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 05:53:00 UTC

[jira] [Updated] (CB-13447) cordova ios 5.x.x can't merge config-file s

     [ https://issues.apache.org/jira/browse/CB-13447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Khalid Awwad updated CB-13447:
------------------------------
    Summary: cordova ios 5.x.x can't merge config-file s  (was: cordova ios 5.x.x can't merge config-file)

> cordova ios 5.x.x can't merge config-file s
> -------------------------------------------
>
>                 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