Automatically generates www/config.xml to be used by PhoneGap build using the existing Ionic's config.xml
npm install pgb-config-maker

How to use
----------
Go to your ionic app root folder
```
cd myIonicApp
Install this script
``
npm install pgb-config-maker --save
Run this script to generate awesome config.xml and run: phonegap remote build ios
``
./phonegap-remote-build-ios.sh
.ipa generated at https://build.phonegap.com/apps
Caution
-------
These commands will overwrite www/config.xml
```
./phonegap-remote-build-ios.sh
./phonegap-remote-build-android.sh