Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.98 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.     <plugin name="cordova-plugin-device" source="npm" spec="1.0.1" />
  17.     <plugin name="cordova-plugin-facebookconnect-orlando" source="npm" spec="0.11.0">
  18.         <param name="APP_ID" value="1553451278264664" />
  19.         <param name="APP_NAME" value="Discard" />
  20.     </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.     <plugin name="cordova-plugin-dialogs" source="npm" spec="1.1.1" />
  25.     <plugin name="cordova-plugin-file-transfer" source="npm" spec="1.2.0" />
  26.     <plugin name="cordova-plugin-network-information" source="npm" spec="1.0.1" />
  27.     <plugin name="cordova-plugin-splashscreen" source="npm" spec="2.1.0" />
  28.     <plugin name="phonegap-plugin-barcodescanner" version="3.0.0" />
  29.     <plugin name="cordova-plugin-statusbar" source="npm" spec="1.0.0" />
  30.    
  31.     <preference name="phonegap-version" value="cli-5.2.0" />
  32.     <preference name="fullscreen" value="true" />
  33.     <preference name="orientation" value="portrait" />
  34.     <preference name="StatusBarOverlaysWebView" value="false" />
  35.     <preference name="target-device" value="handset" />
  36.     <preference name="android-build-tool" value="gradle" />
  37.     <!-- Do not auto hide splash on iOS -->
  38.     <!--<preference name="AutoHideSplashScreen" value="false" />-->
  39.      <!--Do not auto hide splash on Android-->
  40.     <!--<preference name="SplashScreenDelay" value="10000"/>-->
  41.     <!--<preference name="android-windowSoftInputMode" value="stateVisible|adjustResize" />-->
  42.    
  43.     <content src="index.html" />
  44.  
  45.     <gap:config-file platform="android" parent="/manifest">
  46.         <application android:debuggable="false" />
  47.     </gap:config-file>
  48.     <gap:config-file platform="ios" parent="UIStatusBarHidden">
  49.         <true/>
  50.     </gap:config-file>
  51.     <gap:config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance">
  52.         <false/>
  53.     </gap:config-file>
  54.  
  55.     <!-- iOS 8.0+ -->
  56.     <!-- iPhone 6 Plus  -->
  57.     <icon src="res/ios/icon-60@3x.png" gap:platform="ios" width="180" height="180" />
  58.     <!-- iOS 7.0+ -->
  59.     <!-- iPhone / iPod Touch  -->
  60.     <icon src="res/ios/icon-60.png" gap:platform="ios" width="60" height="60" />
  61.     <icon src="res/ios/icon-60@2x.png" gap:platform="ios" width="120" height="120" />
  62.     <!-- iPad -->
  63.     <icon src="res/ios/icon-76.png" gap:platform="ios" width="76" height="76" />
  64.     <icon src="res/ios/icon-76@2x.png" gap:platform="ios" width="152" height="152" />
  65.     <!-- iOS 6.1 -->
  66.     <!-- Spotlight Icon -->
  67.     <icon src="res/ios/icon-40.png" gap:platform="ios" width="40" height="40" />
  68.     <icon src="res/ios/icon-40@2x.png" gap:platform="ios" width="80" height="80" />
  69.     <!-- iPhone / iPod Touch -->
  70.     <icon src="res/ios/icon.png" gap:platform="ios" width="57" height="57" />
  71.     <icon src="res/ios/icon@2x.png" gap:platform="ios" width="114" height="114" />
  72.     <!-- iPad -->
  73.     <icon src="res/ios/icon-72.png" gap:platform="ios" width="72" height="72" />
  74.     <icon src="res/ios/icon-72@2x.png" gap:platform="ios" width="144" height="144" />
  75.     <!-- iPhone Spotlight and Settings Icon -->
  76.     <icon src="res/ios/icon-small.png" gap:platform="ios" width="29" height="29" />
  77.     <icon src="res/ios/icon-small@2x.png" gap:platform="ios" width="58" height="58" />
  78.     <!-- iPad Spotlight and Settings Icon -->
  79.     <icon src="res/ios/icon-50.png" gap:platform="ios" width="50" height="50" />
  80.     <icon src="res/ios/icon-50@2x.png" gap:platform="ios" width="100" height="100" />
  81.  
  82.     <icon src="res/android/ldpi.png" gap:platform="android" gap:density="ldpi" />
  83.     <icon src="res/android/mdpi.png" gap:platform="android" gap:density="mdpi" />
  84.     <icon src="res/android/hdpi.png" gap:platform="android" gap:density="hdpi" />
  85.     <icon src="res/android/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
  86.     <icon src="res/android/xxhdpi.png" gap:platform="android" gap:density="xxhdpi" />
  87.     <icon src="res/android/xxxhdpi.png" gap:platform="android" gap:density="xxxhdpi" />
  88.  
  89.     <icon src="res/android/xxxhdpi.png" />
  90.  
  91.     <!-- iPhone and iPod touch -->
  92.     <gap:splash src="res/ios/Default.png" gap:platform="ios" width="320" height="480" />
  93.     <gap:splash src="res/ios/Default@2x.png" gap:platform="ios" width="640" height="960" />
  94.  
  95.     <!-- iPhone 5 / iPod Touch (5th Generation) -->
  96.     <gap:splash src="res/ios/Default-568h@2x.png" gap:platform="ios" width="640" height="1136" />
  97.  
  98.     <!-- iPad -->
  99.     <gap:splash src="res/ios/Default-Portrait.png" gap:platform="ios" width="768" height="1004" />
  100.     <!--<gap:splash src="res/ios/Default-Landscape.png" gap:platform="ios" width="1024" height="768" />-->
  101.  
  102.     <!-- Retina iPad -->
  103.     <gap:splash src="res/ios/Default-Portrait@2x.png" gap:platform="ios" width="1536" height="2008" />
  104.     <!--<gap:splash src="res/ios/Default-Landscape@2x.png" gap:platform="ios" width="2048" height="1536" />-->
  105.  
  106.     <gap:splash src="res/android/screens/ldpi.png" gap:platform="android" gap:density="ldpi" />
  107.     <gap:splash src="res/android/screens/mdpi.png" gap:platform="android" gap:density="mdpi" />
  108.     <gap:splash src="res/android/screens/hdpi.png" gap:platform="android" gap:density="hdpi" />
  109.     <gap:splash src="res/android/screens/xhdpi.png" gap:platform="android" gap:density="xhdpi" />
  110.  
  111.     <gap:splash src="splash.png" />
  112.  
  113.     <access origin="*" />
  114. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement