Advertisement
palmdoc

Untitled

Feb 2nd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <widget
  3. xmlns = "http://www.w3.org/ns/widgets"
  4. xmlns:gap = "http://phonegap.com/ns/1.0"
  5. id = "net.mydobbs.forum"
  6. version = "{version}">
  7. <name>{title}</name>
  8. <description>{description}</description>
  9.  
  10. <!-- Icons: Expand this section with sizes required for platforms you are targeting.-->
  11. <icon src="{icon}" gap:role="default" width="57" height="57"/>
  12. <gap:splash src="{splashscreen}"/>
  13.  
  14. <gap:platforms>
  15. <gap:platform name="android" minVersion="2.1" />
  16. </gap:platforms> -->
  17.  
  18. <gap:plugin name="org.apache.cordova.inappbrowser" />
  19.  
  20. </widget>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement