Skip to content

Commit

Permalink
Added support to build and test on BlackBerry 10
Browse files Browse the repository at this point in the history
- added buildId.txt to gitignore (generated file)
- added missing information to config.xml for BlackBerry 10
- the ext-qnx folder needs to exist for building (don't ask ;))
  • Loading branch information
gtanner committed Jan 8, 2013
1 parent ad5631f commit 5e34410
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ pg.sh
.idea/
local.properties
out/
webworks/buildId.txt
9 changes: 9 additions & 0 deletions webworks/www/config.xml
Expand Up @@ -65,6 +65,15 @@
<rim:transitionEffect type="fadeOut" />
</rim:loadingScreen>

<rim:invoke-target id="NfcReaderDemo">
<type>APPLICATION</type>
<filter>
<action>bb.action.OPEN</action>
<mime-type>application/vnd.rim.nfc.ndef</mime-type>
<property var="uris" value="ndef://1,ndef://2,ndef://4" />
</filter>
</rim:invoke-target>

<content src="index.html" />

<rim:permissions>
Expand Down
1 change: 1 addition & 0 deletions webworks/www/ext-qnx/readme.md
@@ -0,0 +1 @@
Placeholder for native extensions needed on qnx

0 comments on commit 5e34410

Please sign in to comment.