Cordova is a framework that enables developers to include the Cordova API in their OS X application projects easily, and also create new Cordova-based OS X application projects through the command-line.
- Fixed layout and updated scripts to work with cli
- [CB-3179] Change to in config.xml and remove deprecation notice in OSX
- [CB-3833] Deprecation plugin tag upgrade step has malformed xml
- [CB-3463] bin/create should copy cordova.js into the project's CordovaLib
- Added missing licenses after running Apache RAT
- [CB-3171] Add deprecation notice for use of in config.xml in OSX
- [CB-2200] Remove deprecated device.name field.
- [CB-3443] OSX - cordova-VERSION.js -> cordova.js
- Added ShellUtils for plugins to use.
- Support window.alert, window.prompt, window.confirm
- Enable HTML5 localStorage.
- Enable WebGL support through "EnableWebGL" preference (disabled by default)
- Initial release
- Supports third-party plugins (Plugin Development model is the same as iOS)
- Only two core plugins are supported currently (Device and NetworkStatus)
- White-listing is NOT supported yet