From 5e34410bdd9283ee47395d7830ae204a7e10fb8a Mon Sep 17 00:00:00 2001 From: Gord Tanner Date: Tue, 8 Jan 2013 01:44:29 -0500 Subject: [PATCH] Added support to build and test on BlackBerry 10 - 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 ;)) --- .gitignore | 1 + webworks/www/config.xml | 9 +++++++++ webworks/www/ext-qnx/readme.md | 1 + 3 files changed, 11 insertions(+) create mode 100644 webworks/www/ext-qnx/readme.md diff --git a/.gitignore b/.gitignore index bec0801..3cb7017 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ pg.sh .idea/ local.properties out/ +webworks/buildId.txt diff --git a/webworks/www/config.xml b/webworks/www/config.xml index 0629e49..feebf50 100644 --- a/webworks/www/config.xml +++ b/webworks/www/config.xml @@ -65,6 +65,15 @@ + + APPLICATION + + bb.action.OPEN + application/vnd.rim.nfc.ndef + + + + diff --git a/webworks/www/ext-qnx/readme.md b/webworks/www/ext-qnx/readme.md new file mode 100644 index 0000000..6527192 --- /dev/null +++ b/webworks/www/ext-qnx/readme.md @@ -0,0 +1 @@ +Placeholder for native extensions needed on qnx