GitHub user gtanner opened a pull request:
https://github.com/apache/incubator-cordova-blackberry-webworks/pull/5
BlackBerry 10 support
Added support for building Cordova apps on BlackBerry 10 (using the new
platform rather than air).
Tools all work with the qnx target:
ant qnx load-device
will load onto a DevAlpha if you are lucky enough to have one
ant qnx load-simulator
will load onto the DevAlpha simulator available here:
(http://us.blackberry.com/sites/developers/resources/simulators.html)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gtanner/incubator-cordova-blackberry-webworks
cordova.bb10
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-blackberry-webworks/pull/5.patch
----
commit f6bd3a76117aff65fa3e321458cacefc48626bea
Author: Gord Tanner <[email protected]>
Date: 2012-08-21T08:43:40-07:00
added initial building support for bb10
commit 950475fa79c881f0157af6f4c275e837d84c11d8
Author: Gord Tanner <[email protected]>
Date: 2012-08-23T07:49:19-07:00
added some notes for BB10 Development
commit cfbf1802a339cda01f838196cf62093a2131b70d
Author: Gord Tanner <[email protected]>
Date: 2012-08-23T07:51:21-07:00
added cordova.qnx.js from my branch of cordova.js
commit 2f7a2a6363e76ca45071bf02510bad704d543bfb
Author: Gord Tanner <[email protected]>
Date: 2012-08-23T08:59:05-07:00
made sample project work on bb10 with a custom config.xml and including
webworks.js
----