-
Notifications
You must be signed in to change notification settings - Fork 4
/
bar-descriptor.xml
56 lines (43 loc) · 2.59 KB
/
bar-descriptor.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
<!-- A universally unique application identifier. Must be unique across all BlackBerry Tablet OS applications.
Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
<id>com.tomastaro.webview</id>
<!-- The name that is displayed in the BlackBerry Tablet OS application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
<name>Online radio</name>
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
<versionNumber>0.4</versionNumber>
<!-- Fourth digit segment of the package version. First three segments are taken from the
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
<buildId>1</buildId>
<!-- Description, displayed in the BlackBerry Tablet OS application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
<description>Slovenské a české online rádiá pre BB10</description>
<!-- Name of author which is used for signing. Must match the developer name of your development certificate. -->
<author>Tomáš Taro</author>
<authorId>gYAAgKi0bv8KXXRMRBMOD1ckwi4</authorId>
<category>core.media</category>
<!-- The category where the application appears. Either core.games or core.media. -->
<configuration name="Device-Release">
<entryPointType>Qnx/Cascades</entryPointType>
<platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm/o.le-v7/libWebView.so.1.0.0" entry="true" type="Qnx/Elf">libWebView.so.1.0.0</asset>
</configuration>
<icon>
<image></image>
</icon>
<initialWindow>
<autoOrients>false</autoOrients>
<systemChrome>none</systemChrome>
</initialWindow>
<!-- The icon for the application, which should be 86x86. -->
<asset path="assets">assets</asset>
<!-- Locale support -->
<!-- Request permission to execute native code. Required for native applications. -->
<permission system="true">run_native</permission>
<permission>access_internet</permission>
<env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib"/>
</qnx>