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

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

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

CB-8007 Two cordova plugins modifying “*-Info.plist” CFBundleURLTypes

When 2 cordova plugins are modifying the same property, only the first added 
plugin is getting the changes applied


> Two cordova plugins modifying “*-Info.plist” CFBundleURLTypes
> -------------------------------------------------------------
>
>                 Key: CB-8007
>                 URL: https://issues.apache.org/jira/browse/CB-8007
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, CordovaLib
>    Affects Versions: 3.5.0
>            Reporter: Miquel
>            Assignee: Brett Rudd
>              Labels: cordova-lib, ios, plist, plugins
>
> When 2 cordova plugins are modifying the same property, only the first added 
> plugin is getting the changes applied:
> I.e.: 
> https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git
> https://github.com/Wizcorp/phonegap-facebook-plugin
> The first one:
> {code:xml}
>     <config-file target="*-Info.plist" parent="CFBundleURLTypes">
>       <array>
>         <dict>
>           <key>CFBundleURLSchemes</key>
>           <array>
>             <string>$URL_SCHEME</string>
>           </array>
>         </dict>
>       </array>
>     </config-file>
> {code}
> The second one:
> {code:xml}
>     <config-file target="*-Info.plist" parent="CFBundleURLTypes">
>       <array>
>         <dict>
>           <key>CFBundleURLSchemes</key>
>           <array>
>             <string>fb$APP_ID</string>
>           </array>
>          </dict>
>       </array>
>     </config-file>
> {code}



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

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

Reply via email to