Embed Cordova plugins in a GMI app
To be included in your app, Cordova plugins need to be specified in the build process.
Including Cordova plugins in your iOS app
Use the gmibuildtool
--build-cordova
command-line option to specify which Cordova plugins to embed in
your iOS
app:$ gmibuildtool --build-cordova=cordova-plugin-media,GeneroTestPlugin
The plugin.xml file
A plugin can contain several assets (images, sounds, native forms) which are listed in the plugin.xml file that is bundled by gmibuildtool.