Advertisement
0otaku0

Bluemix Push - config.xml

Aug 21st, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.50 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="xxxxxxxxxxxxxxx" version="xxxxxxxxx" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
  3.     <name>xxxxxxxxxxxxxxxxxxxxxx</name>
  4.     <description>
  5.         xxxxxxxxxxxxxxxxxxx
  6.     </description>
  7.     <author email="xxxxxxxxxxxxxx" href="xxxxxxxxxxxxx">
  8.        xxxxxxxxxxxxxxx
  9.     </author>
  10.     <content src="index.html" />
  11.     <preference name="permissions" value="none" />
  12.     <preference name="orientation" value="default" />
  13.     <preference name="target-device" value="universal" />
  14.     <preference name="fullscreen" value="true" />
  15.     <preference name="webviewbounce" value="true" />
  16.     <preference name="prerendered-icon" value="true" />
  17.     <preference name="stay-in-webview" value="false" />
  18.     <preference name="ios-statusbarstyle" value="black-opaque" />
  19.     <preference name="detect-data-types" value="true" />
  20.     <preference name="exit-on-suspend" value="false" />
  21.     <preference name="show-splash-screen-spinner" value="true" />
  22.     <preference name="auto-hide-splash-screen" value="true" />
  23.     <preference name="disable-cursor" value="false" />
  24.     <preference name="android-minSdkVersion" value="10" />
  25.     <preference name="android-installLocation" value="auto" />
  26.     <gap:plugin name="org.apache.cordova.battery-status" />
  27.     <gap:plugin name="org.apache.cordova.camera" />
  28.     <gap:plugin name="org.apache.cordova.media-capture" />
  29.     <gap:plugin name="org.apache.cordova.console" />
  30.     <gap:plugin name="org.apache.cordova.contacts" />
  31.     <!--<gap:plugin name="org.apache.cordova.device" /> -->
  32.     <gap:plugin name="org.apache.cordova.device-motion" />
  33.     <gap:plugin name="org.apache.cordova.device-orientation" />
  34.     <gap:plugin name="org.apache.cordova.dialogs" />
  35.     <gap:plugin name="org.apache.cordova.file" />
  36.     <gap:plugin name="org.apache.cordova.file-transfer" />
  37.     <gap:plugin name="org.apache.cordova.geolocation" />
  38.     <gap:plugin name="org.apache.cordova.globalization" />
  39.     <gap:plugin name="org.apache.cordova.inappbrowser" />
  40.     <gap:plugin name="org.apache.cordova.media" />
  41.     <gap:plugin name="org.apache.cordova.network-information" />
  42.     <gap:plugin name="org.apache.cordova.splashscreen" />
  43.     <gap:plugin name="org.apache.cordova.vibration" />
  44.     <feature name="IBMBluemixHybrid">
  45.         <param name="ios-package" value="CDVIBMBluemix" />
  46.     </feature>
  47.     <feature name="IBMPushHybrid">
  48.         <param name="ios-package" value="CDVIBMPush" />
  49.     </feature>
  50.     <!--<icon src="icon.png" />-->
  51.     <platform name="android">
  52.         <icon src="www/res/icon/android/icon-48-mdpi.png" />
  53.         <icon density="ldpi" src="www/res/icon/android/icon-36-ldpi.png" />
  54.         <icon density="mdpi" src="www/res/icon/android/icon-48-mdpi.png" />
  55.         <icon density="hdpi" src="www/res/icon/android/icon-72-hdpi.png" />
  56.         <icon density="xhdpi" src="www/res/icon/android/icon-96-xhdpi.png" />
  57.         <icon density="xxhdpi" src="www/res/icon/android/icon-144-xxhdpi.png" />
  58.         <icon density="xxxhdpi" src="www/res/icon/android/icon-196-xxxhdpi.png" />
  59.     </platform>
  60.     <icon gap:platform="blackberry" src="www/res/icon/blackberry/icon-80.png" />
  61.     <icon gap:platform="blackberry" gap:state="hover" src="www/res/icon/blackberry/icon-80.png" />
  62.     <platform name="ios">
  63.         <!-- iOS 8.0+ -->
  64.         <!-- iPhone 6 Plus  -->
  65.         <icon src="www/res/icon/ios/icon-60@3x.png" width="180" height="180" />
  66.         <!-- iOS 7.0+ -->
  67.         <!-- iPhone / iPod Touch  -->
  68.         <icon src="www/res/icon/ios/icon-60.png" width="60" height="60" />
  69.         <icon src="www/res/icon/ios/icon-60@2x.png" width="120" height="120" />
  70.         <!-- iPad -->
  71.         <icon src="www/res/icon/ios/icon-76.png" width="76" height="76" />
  72.         <icon src="www/res/icon/ios/icon-76@2x.png" width="152" height="152" />
  73.         <!-- iOS 6.1 -->
  74.         <!-- Spotlight Icon -->
  75.         <icon src="www/res/icon/ios/icon-40.png" width="40" height="40" />
  76.         <icon src="www/res/icon/ios/icon-40@2x.png" width="80" height="80" />
  77.         <!-- iPhone / iPod Touch -->
  78.         <icon src="www/res/icon/ios/icon.png" width="57" height="57" />
  79.         <icon src="www/res/icon/ios/icon@2x.png" width="114" height="114" />
  80.         <!-- iPad -->
  81.         <icon src="www/res/icon/ios/icon-72.png" width="72" height="72" />
  82.         <icon src="www/res/icon/ios/icon-72@2x.png" width="144" height="144" />
  83.         <!-- iPhone Spotlight and Settings Icon -->
  84.         <icon src="www/res/icon/ios/icon-small.png" width="29" height="29" />
  85.         <icon src="www/res/icon/ios/icon-small@2x.png" width="58" height="58" />
  86.         <!-- iPad Spotlight and Settings Icon -->
  87.         <icon src="www/res/icon/ios/icon-50.png" width="50" height="50" />
  88.         <icon src="www/res/icon/ios/icon-50@2x.png" width="100" height="100" />
  89.     </platform>
  90.     <icon gap:platform="webos" src="www/res/icon/webos/icon-64.png" />
  91.     <icon gap:platform="winphone" src="www/res/icon/windows-phone/icon-48.png" />
  92.     <icon gap:platform="winphone" gap:role="background" src="www/res/icon/windows-phone/icon-173-tile.png" />
  93.     <platform name="android">
  94.         <!-- you can use any density that exists in the Android project -->
  95.         <splash src="www/res/screen/android/screen-hdpi-landscape.png" density="land-hdpi"/>
  96.         <splash src="www/res/screen/android/screen-ldpi-landscape.png" density="land-ldpi"/>
  97.         <splash src="www/res/screen/android/screen-mdpi-landscape.png" density="land-mdpi"/>
  98.         <splash src="www/res/screen/android/screen-xhdpi-landscape.png" density="land-xhdpi"/>
  99.  
  100.         <splash src="www/res/screen/android/screen-hdpi-portrait.png" density="port-hdpi"/>
  101.         <splash src="www/res/screen/android/screen-ldpi-portrait.png" density="port-ldpi"/>
  102.         <splash src="www/res/screen/android/screen-mdpi-portrait.png" density="port-mdpi"/>
  103.         <splash src="www/res/screen/android/screen-xhdpi-portrait.png" density="port-xhdpi"/>
  104.     </platform>
  105.     <gap:splash gap:platform="blackberry" src="www/res/screen/blackberry/screen-225.png" />
  106.     <platform name="ios">
  107.         <!-- images are determined by width and height. The following are supported -->
  108.         <splash src="www/res/screen/ios/screen-iphone-portrait.png" width="320" height="480"/>
  109.         <splash src="www/res/screen/ios/screen-iphone-portrait-2x.png" width="640" height="960"/>
  110.         <splash src="www/res/screen/ios/screen-ipad-portrait.png" width="768" height="1024"/>
  111.         <splash src="www/res/screen/ios/screen-ipad-portrait-2x.png" width="1536" height="2048"/>
  112.         <splash src="www/res/screen/ios/screen-ipad-landscape.png" width="1024" height="768"/>
  113.         <splash src="www/res/screen/ios/screen-ipad-landscape-2x.png" width="2048" height="1536"/>
  114.         <splash src="www/res/screen/ios/screen-iphone-portrait-568h-2x.png" width="640" height="1136"/>
  115.         <!--<splash src="www/res/screen/ios/Default-667h.png" width="750" height="1334"/>-->
  116.         <!--<splash src="www/res/screen/ios/Default-736h.png" width="1242" height="2208"/>-->
  117.         <!--<splash src="www/res/screen/ios/Default-Landscape-736h.png" width="2208" height="1242"/>-->
  118.     </platform>
  119.     <gap:splash gap:platform="winphone" src="www/res/screen/windows-phone/screen-portrait.jpg" />
  120.     <preference name="StatusBarOverlaysWebView" value="false" />
  121.     <preference name="StatusBarBackgroundColor" value="#6c829c" />
  122.     <preference name="StatusBarStyle" value="lightcontent" />
  123.     <access origin="*" />
  124.     <allow-navigation href="*" />
  125. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement