You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/14 18:18:36 UTC

[GitHub] jcesarmobile commented on issue #400: Why is config.xml not being merged?

jcesarmobile commented on issue #400: Why is config.xml not being merged?
URL: https://github.com/apache/cordova-ios/issues/400#issuecomment-421442796
 
 
   In your plugin.xml you have to add this to make the plugin install add the feature tags to the staging config.xml
   
   ```
   <platform name="ios">
       <config-file target="config.xml" parent="/*">
           <feature name="PluginName">
               <param name="ios-package" value="PluginName" />
           </feature>
       </config-file>
   </platform>
   ```
   
   never edit the staging config.xml manually.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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