Changes between Version 2 and Version 3 of mobile/PhoneGap
- Timestamp:
- 2013/08/31 11:58:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mobile/PhoneGap
v2 v3 17 17 {{{ 18 18 {"lib":{"www":{"id":"phonegap","version":"3.0.0","uri":"https://github.com/phonegap/phonegap-app-hello-world/archive/3.0.0.tar.gz"}},"id":"com.phonegap.hello-world","name":"HelloWorld","phonegap":{"id":531596}} 19 }}} 20 21 あと、www/config.xmlも変更しておきます。 22 23 {{{ 24 <?xml version='1.0' encoding='utf-8'?> 25 <widget id="org.ultimania.dqx" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"> 26 <name>MyApp</name> 27 <description> 28 Hello World sample application that responds to the deviceready event. 29 </description> 30 <author email="taro@phonegap.com" href="http://phonegap.com"> 31 Taro Okamoto 32 </author> 19 33 }}} 20 34