PhoneGap Build - Support for custom config.xml, etc

  • 1
  • Idea
  • Updated 9 years ago
  • Not Planned
Could you add support for custom config.xml lines.

I would like to add &preference> tags

or if I had having a phonegap_config.ini and had the line "orientation=portrait" it would automatically cross/translate the line to each device.

It could set parameters on the phonegap build - edit page as well.

other options could be:
icon=/res/icon.png
version=1.440.1
author=Silver
build=android|ios5|wp7
debug=false
...
Photo of silverhawk184

silverhawk184

  • 21 Posts
  • 0 Reply Likes

Posted 9 years ago

  • 1
Photo of Fil Maj

Fil Maj

  • 139 Posts
  • 15 Reply Likes
You can already set version, icon, preference and author via the existing config.xml support (see https://build.phonegap.com/docs/confi....

Preference supports specifying the orientation.

If you want to specify this in an .ini file, translate it into a config.xml as part of your submission / build process.