You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/09/01 13:56:46 UTC

[jira] [Commented] (CB-9354) Incorrect array merging in *-Info.plist

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

ASF subversion and git services commented on CB-9354:
-----------------------------------------------------

Commit b0c196510aa73b3ef0752c78f06e2a99afe04a95 in cordova-lib's branch refs/heads/master from [~m1r4gexx]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=b0c1965 ]

CB-9354 Fix array merging with complex items

This closes #256


> Incorrect array merging in *-Info.plist
> ---------------------------------------
>
>                 Key: CB-9354
>                 URL: https://issues.apache.org/jira/browse/CB-9354
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, CordovaLib
>    Affects Versions: 5.1.1
>         Environment: Mac OS X Yosemity
>            Reporter: Sviatoslav Grebenchucov
>
> After installing [phonegap-facebook-plugin|https://github.com/Wizcorp/phonegap-facebook-plugin.git] each consequent run of 'cordova prepare' results in creating a duplicate of the dictionary containing Facebook custom url scheme.
> After plugin installation App-Info.plist looks like:
> {code:xml}
>     <key>CFBundleURLTypes</key>
>     <array>
>       <dict>
>         <key>CFBundleURLSchemes</key>
>         <array>
>           <string>fb123456789</string>
>         </array>
>       </dict>
>     </array>
> {code}
> After 'cordova prepare':
> {code:xml}
>     <key>CFBundleURLTypes</key>
>     <array>
>       <dict>
>         <key>CFBundleURLSchemes</key>
>         <array>
>           <string>fb123456789</string>
>         </array>
>       </dict>
>       <dict>
>         <key>CFBundleURLSchemes</key>
>         <array>
>           <string>fb123456789</string>
>         </array>
>       </dict>
>     </array>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org