{{#local_problems}}
{{{raw_message}}}
{{/local_problems}} {{^local_problems}} {{#manifest}}

Inspector projects

Inspector projects are provided for both Android and iOS which provide an environment in which to develop plugins. Any time you make changes to your plugins build steps, or included files (such as resources or frameworks) you will need to update your inspector projects so these changes can be applied.

{{#inspector_android}}
{{message}}
{{/inspector_android}}
{{#inspector_ios}}
{{message}}
{{/inspector_ios}}

Plugin file status

Path: {{local_path}}.
{{#problems}}
{{message}}
{{/problems}} {{^problems}}
No problems detected with local plugin files.
{{/problems}}

Upload local version

Edit the plugins manifest.json to update these details.

Module name cannot be changed.
Version numbers must follow semver.org rules.
The first sentence of the description will be used as a short description.
{{^problemsPreventUpload}}
After uploading you will be able to test your module in your own apps, if you wish to make your module publically available you can publish it from the Uploaded versions page.
{{/problemsPreventUpload}} {{#problemsPreventUpload}}
A problem is preventing you from uploading see the sections above for more details.
{{/problemsPreventUpload}}
{{/manifest}} {{^manifest}}

Local development version

In order to develop your plugin you need to have a local development copy, you can either point the Toolkit at an existing copy or create a new template from this page

No known local version.
{{/manifest}} {{/local_problems}}