Skip to content

Instantly share code, notes, and snippets.

@himstar
Created May 27, 2015 21:14
Show Gist options
  • Select an option

  • Save himstar/14d655ea04892160ff86 to your computer and use it in GitHub Desktop.

Select an option

Save himstar/14d655ea04892160ff86 to your computer and use it in GitHub Desktop.
Config XML For PhoneGap
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.example"
versionCode = "10"
version = "1.0.0" >
<!-- versionCode is optional and Android only -->
<name>TricksWay</name>
<icon src="icon.png" gap:role="default" />
<description>
Makes You Smarter
</description>
<author href="https://www.himstar.info" email="[email protected]">
Himanshu Dhiraj Mishra
</author>
</widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment