Captivate 9 App Packaging - where is config.xml?
I last did app packaging in Captivate 7. In Captivate 9 I don't see where I can edit config.xml.
I last did app packaging in Captivate 7. In Captivate 9 I don't see where I can edit config.xml.
Hi there,
go to Adobe Captivate 9 > Templates > Publish > phonegapConfig.xml, I suggest you save the standard version before editing so you'll recover easily in case of issues. If you want to update the phonegap version (today) such as:
<preference name="phonegap-version" value="cli-5.2.0" />
you'll need to update the plugin versions (PhoneGap Build Documentation)
If you want the latest plugin version you can omit the spec tag as follows;
<plugin name="org.apache.cordova.device"/>
<plugin name="org.apache.cordova.file"/>
<plugin name="org.apache.cordova.inappbrowser"/>
<plugin name="org.apache.cordova.statusbar"/>
Every time you'll publish within AC for devices (app) this config file will be used. K.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.