You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Spencer (JIRA)" <ji...@apache.org> on 2014/08/08 06:05:12 UTC

[jira] [Commented] (CB-5494) Updating config values in plugin.xml does not trigger plist to be regenerated

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

Spencer commented on CB-5494:
-----------------------------

The framework's *-Info.plist got updated as your project's Info-plist comes later alphabetically.

> Updating config values in plugin.xml does not trigger plist to be regenerated
> -----------------------------------------------------------------------------
>
>                 Key: CB-5494
>                 URL: https://issues.apache.org/jira/browse/CB-5494
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, Plugman
>    Affects Versions: 3.1.0
>         Environment: ios
>            Reporter: Adam George
>
> I have a plugin with the following in the plugin.xml:
>     <config-file target="*-Info.plist" parent="UISupportedExternalAccessoryProtocols">
>       <array>
>         <string>com.idblue.r8</string>
>       </array>
>     </config-file>
> After I install the plugin, then run `cordova build`, I am unfortunately effected by these existing cordova cli issues:
> https://issues.apache.org/jira/browse/CB-4731
> https://issues.apache.org/jira/browse/CB-5262
> Putting those issues aside, I have noticed another issue. *If I change the value of "com.idblue.r8" to "com.idblue.r9", then re-install the plugin, then rebuild the project, the plist file is not updated.*
> Neither the value "com.idblue.r8" is updated, nor are the bugs in CB-4731 and CB-5262 triggered.
> It's as if by changing the config section in plugin.xml, it somehow causes some issue where the plist won't then be regenerated.



--
This message was sent by Atlassian JIRA
(v6.2#6252)