Advertisement
Guest User

Untitled

a guest
Jul 24th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?><widget xmlns="http://www.w3.org/ns/widgets" xmlns:cocoon="http://cocoon.io/ns/1.0" id="com.heigames.nomcat" version="92" ios-CFBundleVersion="2.0.3" android-version="2.0.4" android-versionCode="92">
  2. <name>Nom Cat</name>
  3. <description>
  4. A sample Cocoon application that responds to the deviceready event.
  5. </description>
  6. <author email="hernanzh@gmail.com" href="https://cocoon.io">
  7. Hernan Zhou
  8. </author>
  9. <content src="index.html"/>
  10. <plugin name="cordova-plugin-whitelist"/>
  11. <access origin="*"/>
  12. <allow-intent href="http://*/*"/>
  13. <allow-intent href="https://*/*"/>
  14. <allow-intent href="tel:*"/>
  15. <allow-intent href="sms:*"/>
  16. <allow-intent href="mailto:*"/>
  17. <allow-intent href="geo:*"/>
  18. <platform name="android">
  19. <allow-intent href="market:*"/>
  20. </platform>
  21. <platform name="ios">
  22. <allow-intent href="itms:*"/>
  23. <allow-intent href="itms-apps:*"/>
  24. </platform>
  25. <cocoon:plugin name="com.ludei.canvasplus.ios"/>
  26. <cocoon:plugin name="com.ludei.canvasplus.android"/>
  27. <preference name="Orientation" value="portrait"/>
  28. <preference name="Fullscreen" value="true"/>
  29. <cocoon:plugin name="cocoon-plugin-canvasplus-common"/>
  30. <cocoon:plugin name="cocoon-plugin-common"/>
  31. <cocoon:plugin name="cocoon-plugin-social-common"/>
  32. <cocoon:plugin name="cocoon-plugin-social-ios-gamecenter"/>
  33. <cocoon:plugin name="cocoon-plugin-social-android-googleplaygames">
  34. <param xmlns="http://www.w3.org/1999/xhtml" name="APP_ID" value="936312563804" />
  35. </cocoon:plugin>
  36. <cocoon:plugin name="cocoon-plugin-share"/>
  37. <cocoon:plugin name="cocoon-plugin-inapps-common"/>
  38. <cocoon:plugin name="cocoon-plugin-inapps-ios-appstore"/>
  39. <cocoon:plugin name="cocoon-plugin-inapps-android-common"/>
  40. <cocoon:plugin name="cocoon-plugin-inapps-android-amazon"/>
  41. <!--<cocoon:plugin name="cocoon-plugin-inapps-android-googleplay"/>-->
  42. <cocoon:plugin name="cocoon-plugin-ads-common"/>
  43. <cocoon:plugin name="cocoon-plugin-ads-ios-mopub"/>
  44. <cocoon:plugin name="cocoon-plugin-ads-ios-mopub-admob"/>
  45. <cocoon:plugin name="cocoon-plugin-ads-ios-mopub-adcolony"/>
  46. <cocoon:plugin name="cocoon-plugin-ads-android-mopub"/>
  47. <cocoon:plugin name="cocoon-plugin-ads-android-mopub-adcolony"/>
  48. <cocoon:plugin name="cocoon-plugin-ads-android-mopub-admob"/>
  49. <cocoon:plugin name="https://github.com/cranberrygame/cordova-plugin-ad-chartboost.git"/>
  50. <cocoon:plugin name="com.wordsbaking.cordova.wechat">
  51. <param xmlns="http://www.w3.org/1999/xhtml" name="APP_ID" value="wxc712b1d960e95760" />
  52. </cocoon:plugin>
  53. <cocoon:plugin name="https://github.com/crittercism/PhoneGap.git">
  54. <param xmlns="http://www.w3.org/1999/xhtml" name="IOS_APP_ID" value="55929f359ccc10f604088215" />
  55. <param xmlns="http://www.w3.org/1999/xhtml" name="ANDROID_APP_ID" value="5592a0147bdd4942113b41a0" />
  56. </cocoon:plugin>
  57. <cocoon:plugin name="https://github.com/ludei/phonegap-facebook-plugin.git">
  58. <param xmlns="http://www.w3.org/1999/xhtml" name="APP_ID" value="1444147599216511" />
  59. <param xmlns="http://www.w3.org/1999/xhtml" name="APP_NAME" value="Nom Cat" />
  60. </cocoon:plugin>
  61. <!--Not stable on android!-->
  62. <cocoon:plugin name="https://github.com/LuckyKat/applovin.git"/>
  63. <!--<cocoon:plugin name="https://github.com/LuckyKat/EveryPlay.git"/>
  64. <cocoon:plugin name="https://github.com/LuckyKat/AdsMogo.git"/>-->
  65. <icon src="res/icon.png"/>
  66. <icon src="res/ios/icon-60@2x.png" width="120" height="120"/>
  67. <icon src="res/ios/icon-76.png" width="76" height="76"/>
  68. <icon src="res/ios/icon-76@2x.png" width="152" height="152"/>
  69. <platform name="ios">
  70. <!-- Splash screen -->
  71. <preference name="SplashScreen" value="screen"/>
  72. <!-- Splash screen delay -->
  73. <preference name="SplashScreenDelay" value="5000"/>
  74. <splash height="480" src="res/screen/ios/Default~iphone.png" width="320"/>
  75. <splash height="1136" src="res/screen/ios/Default-568h@2x~iphone.png" width="640"/>
  76. <splash height="1024" src="res/screen/ios/Default-Portrait~ipad.png" width="768"/>
  77. <splash height="1334" src="res/screen/ios/Default-667h.png" width="750"/>
  78. <splash height="2048" src="res/screen/ios/Default-Portrait@2x~ipad.png" width="1536"/>
  79. <splash height="2208" src="res/screen/ios/Default-736h.png" width="1242"/>
  80. <splash height="960" src="res/screen/ios/Default@2x~iphone.png" width="640"/>
  81. </platform>
  82. <cocoon:platform name="android"/>
  83. <cocoon:platform name="ios" enabled="false"/>
  84. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement