Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.05 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.panik.discard"
  3.        version="1.3.0"
  4.        xmlns="http://www.w3.org/ns/widgets"
  5.        xmlns:gap = "http://phonegap.com/ns/1.0"
  6.        xmlns:android = "http://schemas.android.com/apk/res/android"
  7.        xmlns:cdv="http://cordova.apache.org/ns/1.0">
  8.     <name>Discard</name>
  9.     <description>
  10.         Discard is a mobile app that replaces the need to carry membership cards. It doesn't require any special hardware, just your smartphone.
  11.     </description>
  12.     <author email="hello@discardapp.com">
  13.         Panik Systems
  14.     </author>
  15.  
  16.     <gap:plugin name="org.apache.cordova.device" version="0.2.12" />
  17.     <gap:plugin name="com.phonegap.plugins.facebookconnect" version="0.9.0">
  18.         <param name="APP_ID" value="1553451278264664" />
  19.         <param name="APP_NAME" value="Discard" />
  20.     </gap:plugin>
  21.     <gap:plugin name="cordova-plugin-googleplus" source="npm">
  22.         <param name="REVERSED_CLIENT_ID" value="com.googleusercontent.apps.47378534221-qv6dsrsg3dqus6i9alrqcn4bqu02349k" />
  23.     </gap:plugin>
  24.     <gap:plugin name="org.apache.cordova.dialogs" version="0.2.10" />
  25.     <gap:plugin name="org.apache.cordova.file-transfer" version="0.4.6" />
  26.     <gap:plugin name="org.apache.cordova.network-information" version="0.2.12" />
  27.     <gap:plugin name="org.apache.cordova.splashscreen" version="0.3.4" />
  28.     <gap:plugin name="com.phonegap.plugins.barcodescanner" version="2.2.0" />
  29.     <!--<gap:plugin name="com.ams.plugins.barcodescanner" version="2.0.6" />-->
  30.     <gap:plugin name="org.apache.cordova.statusbar" version="0.1.4" />
  31.    
  32.     <preference name="phonegap-version" value="3.7.0" />
  33.     <preference name="fullscreen" value="true" />
  34.     <preference name="orientation" value="portrait" />
  35.     <preference name="StatusBarOverlaysWebView" value="false" />
  36.     <preference name="target-device" value="handset" />
  37.     <preference name="android-build-tool" value="gradle" />
  38.     <!-- Do not auto hide splash on iOS -->
  39.     <!--<preference name="AutoHideSplashScreen" value="false" />-->
  40.      <!--Do not auto hide splash on Android-->
  41.     <!--<preference name="SplashScreenDelay" value="10000"/>-->
  42.     <!--<preference name="android-windowSoftInputMode" value="stateVisible|adjustResize" />-->
  43.    
  44.     <content src="index.html" />
  45.  
  46.     <gap:config-file platform="android" parent="/manifest">
  47.         <application android:debuggable="true" />
  48.     </gap:config-file>
  49.     <gap:config-file platform="ios" parent="UIStatusBarHidden">
  50.         <true/>
  51.     </gap:config-file>
  52.     <gap:config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance">
  53.         <false/>
  54.     </gap:config-file>
  55.  
  56.     <!-- iOS 8.0+ -->
  57.     <!-- iPhone 6 Plus  -->
  58.     <icon src="res/ios/icon-60@3x.png" gap:platform="ios" width="180" height="180" />
  59.     <!-- iOS 7.0+ -->
  60.     <!-- iPhone / iPod Touch  -->
  61.     <icon src="res/ios/icon-60.png" gap:platform="ios" width="60" height="60" />
  62.     <icon src="res/ios/icon-60@2x.png" gap:platform="ios" width="120" height="120" />
  63.     <!-- iPad -->
  64.     <icon src="res/ios/icon-76.png" gap:platform="ios" width="76" height="76" />
  65.     <icon src="res/ios/icon-76@2x.png" gap:platform="ios" width="152" height="152" />
  66.     <!-- iOS 6.1 -->
  67.     <!-- Spotlight Icon -->
  68.     <icon src="res/ios/icon-40.png" gap:platform="ios" width="40" height="40" />
  69.     <icon src="res/ios/icon-40@2x.png" gap:platform="ios" width="80" height="80" />
  70.     <!-- iPhone / iPod Touch -->
  71.     <icon src="res/ios/icon.png" gap:platform="ios" width="57" height="57" />
  72.     <icon src="res/ios/icon@2x.png" gap:platform="ios" width="114" height="114" />
  73.     <!-- iPad -->
  74.     <icon src="res/ios/icon-72.png" gap:platform="ios" width="72" height="72" />
  75.     <icon src="res/ios/icon-72@2x.png" gap:platform="ios" width="144" height="144" />
  76.     <!-- iPhone Spotlight and Settings Icon -->
  77.     <icon src="res/ios/icon-small.png" gap:platform="ios" width="29" height="29" />
  78.     <icon src="res/ios/icon-small@2x.png" gap:platform="ios" width="58" height="58" />
  79.     <!-- iPad Spotlight and Settings Icon -->
  80.     <icon src="res/ios/icon-50.png" gap:platform="ios" width="50" height="50" />
  81.     <icon src="res/ios/icon-50@2x.png" gap:platform="ios" width="100" height="100" />
  82.  
  83.     <icon src="res/android/ldpi.png" gap:platform="android" gap:density="ldpi" />
  84.     <icon src="res/android/mdpi.png" gap:platform="android" gap:density="mdpi" />
  85.     <icon src="res/android/hdpi.png" gap:platform="android" gap:density="hdpi" />
  86.     <icon src="res/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
  87.     <icon src="res/android/xxhdpi.png" gap:platform="android" gap:density="xxhdpi" />
  88.     <icon src="res/android/xxxhdpi.png" gap:platform="android" gap:density="xxxhdpi" />
  89.  
  90.     <icon src="res/android/xxxhdpi.png" />
  91.  
  92.     <!-- iPhone and iPod touch -->
  93.     <gap:splash src="res/ios/Default.png" gap:platform="ios" width="320" height="480" />
  94.     <gap:splash src="res/ios/Default@2x.png" gap:platform="ios" width="640" height="960" />
  95.  
  96.     <!-- iPhone 5 / iPod Touch (5th Generation) -->
  97.     <gap:splash src="res/ios/Default-568h@2x.png" gap:platform="ios" width="640" height="1136" />
  98.  
  99.     <!-- iPad -->
  100.     <gap:splash src="res/ios/Default-Portrait.png" gap:platform="ios" width="768" height="1004" />
  101.     <!--<gap:splash src="res/ios/Default-Landscape.png" gap:platform="ios" width="1024" height="768" />-->
  102.  
  103.     <!-- Retina iPad -->
  104.     <gap:splash src="res/ios/Default-Portrait@2x.png" gap:platform="ios" width="1536" height="2008" />
  105.     <!--<gap:splash src="res/ios/Default-Landscape@2x.png" gap:platform="ios" width="2048" height="1536" />-->
  106.  
  107.     <gap:splash src="res/android/screens/ldpi.png" gap:platform="android" gap:density="ldpi" />
  108.     <gap:splash src="res/android/screens/mdpi.png" gap:platform="android" gap:density="mdpi" />
  109.     <gap:splash src="res/android/screens/hdpi.png" gap:platform="android" gap:density="hdpi" />
  110.     <gap:splash src="res/android/screens/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
  111.  
  112.     <gap:splash src="splash.png" />
  113.  
  114.     <access origin="*" />
  115. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement