You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Filip Maj (JIRA)" <ji...@apache.org> on 2013/05/17 23:03:15 UTC

[jira] [Resolved] (CB-3426) plugin tag not installed in config.xml

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

Filip Maj resolved CB-3426.
---------------------------

    Resolution: Cannot Reproduce

Cannot reproduce.

Cloned down the latest source of the plugin (last commit being "support for 0.7.4").

Created a new cordova-ios project from master.

Ran plugman with {{plugman --platform ios --project ti2 --plugin ./TestFlightPlugin}}, got output:

{{com.testflightapp.ios.cordova-plugin installed.}}

Result of {{cat ti2/plugz/config.xml}} (plugz being the app name) has this at the bottom:

{code}
    <feature name="LocalStorage">
        <param name="ios-package" value="CDVLocalStorage" />
    </feature>
    <plugins>
        <plugin name="TestFlightSDK" value="CDVTestFlight" />
    </plugins>
</widget>
{code}
                
> plugin tag not installed in config.xml
> --------------------------------------
>
>                 Key: CB-3426
>                 URL: https://issues.apache.org/jira/browse/CB-3426
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS, Plugman
>    Affects Versions: Master
>         Environment: node 0.11.2
> plugman 0.7.4 on npm
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>
> Tested using: https://github.com/shazron/TestFlightPlugin and the latest iOS code from cordova-ios master (config.xml does include the plugins tag).
> {code}
>        <config-file target="config.xml" parent="/widget/plugins">
>             <plugin name="TestFlightSDK" value="CDVTestFlight"/>
>         </config-file>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira