PhoneGap是一款HTML5平台,通过它,开发商可以使用HTML、CSS及JavaScript来开发本地移动应用程序。因此,目前开发商可以只 编写一次应用程序,然后在6个主要的移动平台和应用程序商店(app store)里进行发布,这些移动平台和应用程序商店包括:iOS、Android、BlackBerry、webOS、bada以及Symbian。
1. Automatic Reference Counting (ARC) support
2. Removal of the (.pkg) Installer
3. Removal of the use of CORDOVALIB
4. Removal of the VERSION file dependency in code
5. Removal of CordovaLibApp and CordovaLibTest targets from the CordovaLib sub-project
6. Command-line scripts supports spaces in pathnames, symlinks
7. Whitelist format is less strict
8. New JavaScript->Native bridge
9. iOS 6 compatibility changes
10. Diagnostics
11. New plugin signature (old signature is deprecated)
如果你想要为 iOS 6 开发应用的话,你绝对需要升级到这个版本。
主页:http://www.phonegap.com/
来自:开源中国社区