Advertisement
Guest User

Untitled

a guest
May 10th, 2017
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. <widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.phonegap.dsf" version="1.0.0">
  2. <name>Digital Sales Folder</name>
  3. <description>Digital Sales Folder</description>
  4. <author href="http://phonegap.com" email="support@phonegap.com">PhoneGap Team</author>
  5. <content src="index.html"/>
  6. <preference name="phonegap-version" value="cli-6.3.0"/>
  7. <preference name="permissions" value="none"/>
  8. <preference name="orientation" value="default"/>
  9. <preference name="target-device" value="universal"/>
  10. <preference name="fullscreen" value="true"/>
  11. <preference name="webviewbounce" value="true"/>
  12. <preference name="prerendered-icon" value="true"/>
  13. <preference name="stay-in-webview" value="false"/>
  14. <preference name="ios-statusbarstyle" value="black-opaque"/>
  15. <preference name="detect-data-types" value="true"/>
  16. <preference name="exit-on-suspend" value="false"/>
  17. <preference name="show-splash-screen-spinner" value="true"/>
  18. <preference name="auto-hide-splash-screen" value="true"/>
  19. <preference name="disable-cursor" value="false"/>
  20. <preference name="android-minSdkVersion" value="14"/>
  21. <preference name="android-installLocation" value="auto"/>
  22. <preference name="DisallowOverscroll" value="true" />
  23. <preference name="AllowInlineMediaPlayback" value="true" />
  24. <preference name="MediaPlaybackRequiresUserAction" value="false" />
  25. <preference name="SplashScreen" value="screen"/>
  26. <key>UISupportedInterfaceOrientations</key>
  27. <array>
  28. <string>UIInterfaceOrientationPortrait</string>
  29. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  30. </array>
  31.  
  32. <gap:plugin name="org.apache.cordova.splashscreen" />
  33. <preference name="SplashScreen" value="screen"/>
  34. <preference name="SplashScreenDelay" value="0" />
  35.  
  36. <!-- iPhone 4 and iPod touch -->
  37. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="320" height="480" />
  38. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="640" height="960" />
  39.  
  40. <!-- iPhone 5 / iPod Touch (5th Generation) -->
  41. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="640" height="1136" />
  42.  
  43. <!-- iPhone 6 -->
  44. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="750" height="1334" />
  45. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="1242" height="2208" />
  46. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="2208" height="1242" />
  47.  
  48. <!-- iPad -->
  49. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="768" height="1024" />
  50. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="1024" height="768" />
  51.  
  52. <!-- Retina iPad -->
  53.  
  54. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="1536" height="2048" />
  55. <gap:splash src="res/screen/ios/fondo_home.png" gap:platform="ios" width="2048" height="1536" />
  56.  
  57. <gap:splash src="fondo_home.png" />
  58.  
  59. <plugin name="org.apache.cordova.device " source="npm" />
  60. <plugin name="org.apache.cordova.dialogs" source="npm" />
  61. <plugin name="org.apache.cordova.network-information" source="npm" />
  62. <gap:config-file platform="ios" parent="UISupportedInterfaceOrientations" overwrite="true"> <array> <string>UIInterfaceOrientationLandscapeOmg</string> </array> </gap:config-file>
  63. <access origin="*"/>
  64. <access origin="cdvfile://*" />
  65. <plugin name="cordova-plugin-whitelist" source="npm" />
  66. <plugin name="cordova-plugin-file-opener2" source="npm" />
  67. <plugin name="org.apache.cordova.file-transfer" source="npm" />
  68. <plugin name="org.apache.cordova.splashscreen" source="npm"/>
  69. <allow-intent href="http://*/*"/>
  70. <allow-intent href="https://*/*"/>
  71. <allow-intent href="tel:*"/>
  72. <allow-intent href="sms:*"/>
  73. <allow-intent href="mailto:*"/>
  74. <allow-intent href="geo:*"/>
  75. <platform name="ios">
  76. <!-- iOS 8.0+ -->
  77. <!-- iPhone 6 Plus -->
  78. <icon src="res/icon/ios/Icon@2x.png" width="180" height="180" />
  79. <!-- iOS 7.0+ -->
  80. <!-- iPhone / iPod Touch -->
  81. <icon src="res/icon/ios/Icon-60.png" width="60" height="60" />
  82. <icon src="res/icon/ios/Icon@2x.png" width="120" height="120" />
  83. <!-- iPad -->
  84. <icon src="res/icon/ios/Icon-72@2x.png" width="76" height="76" />
  85. <icon src="res/icon/ios/Icon-72@2x.png" width="152" height="152" />
  86. <!-- iOS 6.1 -->
  87. <!-- Spotlight Icon -->
  88. <icon src="res/icon/ios/Icon-Small-50.png" width="40" height="40" />
  89. <icon src="res/icon/ios/Icon-Small-50.png" width="80" height="80" />
  90. <!-- iPhone / iPod Touch -->
  91. <icon src="res/icon/ios/Icon.png" width="57" height="57" />
  92. <icon src="res/icon/ios/Icon.png" width="114" height="114" />
  93. <!-- iPad -->
  94. <icon src="res/icon/ios/Icon-72@2x.png" width="72" height="72" />
  95. <icon src="res/icon/ios/Icon-72@2x.png" width="144" height="144" />
  96. <!-- iPhone Spotlight and Settings Icon -->
  97. <icon src="res/icon/ios/Icon-Small-50.png" width="29" height="29" />
  98. <icon src="res/icon/ios/Icon-Small-50@2x.png" width="58" height="58" />
  99. <!-- iPad Spotlight and Settings Icon -->
  100. <icon src="res/icon/ios/Icon-Small-50.png" width="50" height="50" />
  101. <icon src="res/icon/ios/Icon-Small-50@2x.png" width="100" height="100" />
  102. </platform>
  103. <feature name="File">
  104. <param name="ios-package" value="CDVFile" />
  105. </feature>
  106. <feature name="FileTransfer">
  107. <param name="ios-package" value="CDVFileTransfer" />
  108. </feature>
  109. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement