About Build Scripts
The build scripts use the properties defined in the property files to trigger the mobile build. The following scripts are used for the mobile build:
- build.xml: Parent script that invokes all the other scripts.
- buildregister.xml: Registers the new project when the 'ant register' command is executed in the Terminal.
- buildios.xml: Triggers the iOS build.
- buildandroid.xml: Triggers the Android build.
- buildwww.xml: Extracts the contents of the WAR file and places the contents in the corresponding folders.