Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Last active December 22, 2017 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3nr1ke/da410549507c864b3f5115375fc62a62 to your computer and use it in GitHub Desktop.
Save h3nr1ke/da410549507c864b3f5115375fc62a62 to your computer and use it in GitHub Desktop.
Example of config.xml configuration for cordova
<?xml version='1.0' encoding='utf-8'?>
<!-- Build version (iOS) and version code (android) -->
<widget android-versionCode="1" id="com.your.app" ios-CFBundleVersion="1" version="3.5.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<!-- Add plugin from local path -->
<plugin name="cordova-plugin-YOURPLUGIN" spec="./path/to/custom/plugins/cordova-plugin-YOURPLUGIN" />
</widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment