Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Plugin configuration files

Nikolay Demyankov edited this page Apr 25, 2016 · 3 revisions

Plugin uses two main configuration files:

  • Application config - holds release related information: release version, required build version for the native side and so on.
  • Content manifest - holds information about project files: their names and hashes.

These two are essential for the plugin to work. They describe if any new release is available for download and what has changed compared to the version already packed in the application.

There is also a build options file which allow you to specify the plugin options in the command line when you build with cordova build command.

Clone this wiki locally