Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.91 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.     <platform name="ios|android" />
  45.  
  46.     <config-file platform="android" parent="/manifest">
  47.         <application android:debuggable="false" />
  48.     </config-file>
  49.     <config-file platform="ios" parent="UIStatusBarHidden">
  50.         <true/>
  51.     </config-file>
  52.     <config-file platform="ios" parent="UIViewControllerBasedStatusBarAppearance">
  53.         <false/>
  54.     </config-file>
  55.  
  56.     <platform name="ios">
  57.         <icon src="res/ios/icon-60@3x.png" width="180" height="180" />
  58.         <icon src="res/ios/icon-60.png" width="60" height="60" />
  59.         <icon src="res/ios/icon-60@2x.png" width="120" height="120" />
  60.         <icon src="res/ios/icon-76.png" width="76" height="76" />
  61.         <icon src="res/ios/icon-76@2x.png" width="152" height="152" />
  62.         <icon src="res/ios/icon-40.png" width="40" height="40" />
  63.         <icon src="res/ios/icon-40@2x.png" width="80" height="80" />
  64.         <icon src="res/ios/icon.png" width="57" height="57" />
  65.         <icon src="res/ios/icon@2x.png" width="114" height="114" />
  66.         <icon src="res/ios/icon-72.png" width="72" height="72" />
  67.         <icon src="res/ios/icon-72@2x.png" width="144" height="144" />
  68.         <icon src="res/ios/icon-small.png" width="29" height="29" />
  69.         <icon src="res/ios/icon-small@2x.png" width="58" height="58" />
  70.         <icon src="res/ios/icon-50.png" width="50" height="50" />
  71.         <icon src="res/ios/icon-50@2x.png" width="100" height="100" />
  72.         <splash src="res/ios/Default.png" width="320" height="480" />
  73.         <splash src="res/ios/Default@2x.png" width="640" height="960" />
  74.         <splash src="res/ios/Default-568h@2x.png" width="640" height="1136" />
  75.         <splash src="res/ios/Default-Portrait.png" width="768" height="1004" />
  76.         <splash src="res/ios/Default-Portrait@2x.png" gwidth="1536" height="2008" />
  77.         <!--<splash src="res/ios/Default-Landscape@2x.png" width="2048" height="1536" />-->
  78.     </platform>
  79.  
  80.     <platform name="android">
  81.         <icon src="res/android/ldpi.png" density="ldpi" />
  82.         <icon src="res/android/mdpi.png" density="mdpi" />
  83.         <icon src="res/android/hdpi.png" density="hdpi" />
  84.         <icon src="res/android/xhdpi.png" density="xhdpi" />
  85.         <icon src="res/android/xxhdpi.png" density="xxhdpi" />
  86.         <icon src="res/android/xxxhdpi.png" density="xxxhdpi" />
  87.         <splash src="res/android/screens/ldpi.png" density="ldpi" />
  88.         <splash src="res/android/screens/mdpi.png" density="mdpi" />
  89.         <splash src="res/android/screens/hdpi.png" density="hdpi" />
  90.         <splash src="res/android/screens/xhdpi.png" density="xhdpi" />
  91.     </platform>
  92.     <icon src="res/android/xxxhdpi.png" />
  93.     <access origin="*" />
  94. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement