<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is the configuration file for PhoneGap Build -->
    <widget xmlns = "http://www.w3.org/ns/widgets"
        xmlns:gap = "http://phonegap.com/ns/1.0"
        id        = "com.unboxedtechnology.<nameofapp>"
        versionCode="10"
        version   = "0.0.001">

    <!-- versionCode is optional and Android only -->

    <name>App Name</name>

    <description>
      Bah
    </description>

    <author href="https://www.unboxedtechnology.com" email="info@unboxedtechnology.com">
        Unboxed Technology
    </author>

  <preference name="phonegap-version" value="3.5.0" />
  <preference name="orientation" value="landscape" />
  <preference name="target-device" value="tablet" />
  <preference name="webviewbounce" value="false" />
  <preference name="prerendered-icon" value="true" />
  <preference name="stay-in-webview" value="false" />
  <preference name="ios-statusbarstyle" value="black-opaque" />
  <preference name="StatusBarOverlaysWebView" value="false" />
  <preference name="auto-hide-splash-screen" value="false" />

  <icon src="PhoneGap/Icons/icon.png" />
  <icon src="PhoneGap/Icons/icon.png" width="57" height="57" />
  <icon src="PhoneGap/Icons/icon-72.png" gap:platform="ios" width="72" height="72" />
  <icon src="PhoneGap/Icons/icon_at_2x.png" width="114" height="114" />

  <gap:splash src="PhoneGap/Splash/Default-Landscape.png" width="1024" height="768" />

  <gap:plugin name="org.apache.cordova.network-information" version="0.2.7" />
  <gap:plugin name="org.apache.cordova.file" version="1.0.1" />
  <gap:plugin name="org.apache.cordova.file-transfer" version="0.4.2" />
  <gap:plugin name="org.apache.cordova.splashscreen" version="0.2.7" />
  <gap:plugin name="com.phonegap.plugins.childbrowser" />
  <gap:plugin name="com.shazron.cordova.plugin.keychainutil" />
  <gap:plugin name="org.apache.cordova.dialogs" version="0.2.6" />
  <gap:plugin name="com.phonegap.plugin.statusbar" />

  <access origin="*" />
</widget>
