added app icon for bb10 and version bump for possible release, issue #9

This commit is contained in:
Morgan McMillian 2017-06-20 11:18:27 -07:00
parent 8d8c9ff9bb
commit 057492ecd3
5 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.monkeystew.goober-m" version="0.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.monkeystew.goober-m" version="0.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Goober</name>
<description>Goober, a mobile app for pnut.io</description>
<author email="gilag@monkeystew.com" href="https://monkeystew.org">Morgan McMillian</author>
@ -79,6 +79,10 @@
</platform>
<platform name="blackberry10">
<preference name="WebSecurity" value="disable" />
<icon height="90" src="resources/icon-90.png" width="90" />
<icon height="96" src="resources/icon-96.png" width="96" />
<icon height="110" src="resources/icon-110.png" width="110" />
<icon height="144" src="resources/icon-144.png" width="144" />
</platform>
<engine name="android" spec="^6.2.3" />
<engine name="blackberry10" spec="^3.8.0" />

BIN
resources/icon-110.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
resources/icon-144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
resources/icon-90.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
resources/icon-96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB