-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbar-descriptor.xml
More file actions
142 lines (142 loc) · 5.59 KB
/
bar-descriptor.xml
File metadata and controls
142 lines (142 loc) · 5.59 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
<id>com.idispatch.modplayer</id>
<name>
ModPlayer
<text xml:lang="ru">ModPlayer</text>
<text xml:lang="zh">ModPlayer</text>
<text xml:lang="es">ModPlayer</text>
<text xml:lang="fr">ModPlayer</text>
</name>
<versionNumber>4.7.9</versionNumber>
<packageLocale>ru,zh,es,fr</packageLocale>
<buildId>0</buildId>
<description>
ModPlayer is a tracker music player
<text xml:lang="ru">ModPlayer - проигрыватель трэкерной музыки</text>
<text xml:lang="zh">模块播放器 是一个轨道音乐播放器。</text>
<text xml:lang="es">ModPlayer es un reproductor de pistas musicales</text>
<text xml:lang="fr">ModPlayer est un lecteur de trackers musicaux</text>
</description>
<!--<copyright>© 2013 Oleg Kosenkov</copyright>-->
<author>Oleg Kosenkov</author>
<authorId>gYAAgNvOOqSvefTEeSiCjimMZSs</authorId>
<category>core.media</category>
<splashScreens>
<image>splash-720x720.png</image>
<image>splash-1280x768.png</image>
<image>splash-768x1280.png</image>
<image>splash-1440x1440.png</image>
<image>
<text xml:lang="ru">splash-1280x768.png</text>
</image>
<image>
<text xml:lang="ru">splash-720x720.png</text>
</image>
<image>
<text xml:lang="ru">splash-768x1280.png</text>
</image>
<image>
<text xml:lang="ru">splash-1440x1440.png</text>
</image>
<image>
<text xml:lang="zh">splash-1280x768.png</text>
</image>
<image>
<text xml:lang="zh">splash-720x720.png</text>
</image>
<image>
<text xml:lang="zh">splash-768x1280.png</text>
</image>
<image>
<text xml:lang="zh">splash-1440x1440.png</text>
</image>
<image>
<text xml:lang="es">splash-1280x768.png</text>
</image>
<image>
<text xml:lang="es">splash-720x720.png</text>
</image>
<image>
<text xml:lang="es">splash-768x1280.png</text>
</image>
<image>
<text xml:lang="es">splash-1440x1440.png</text>
</image>
<image>
<text xml:lang="fr">splash-1280x768.png</text>
</image>
<image>
<text xml:lang="fr">splash-720x720.png</text>
</image>
<image>
<text xml:lang="fr">splash-768x1280.png</text>
</image>
<image>
<text xml:lang="fr">splash-1440x1440.png</text>
</image>
</splashScreens>
<icon>
<image>icon_modplayer.png</image>
<image>
<text xml:lang="ru">icon_modplayer.png</text>
</image>
<image>
<text xml:lang="zh">icon_modplayer.png</text>
</image>
<image>
<text xml:lang="es">icon_modplayer.png</text>
</image>
<image>
<text xml:lang="fr">icon_modplayer.png</text>
</image>
</icon>
<configuration name="Simulator-Debug">
<platformArchitecture>x86</platformArchitecture>
<asset path="x86/o-g/ModPlayer" entry="true" type="Qnx/Elf">ModPlayer</asset>
</configuration>
<configuration name="Device-Debug">
<platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm/o.le-v7-g/ModPlayer" entry="true" type="Qnx/Elf">ModPlayer</asset>
</configuration>
<configuration name="Device-Release">
<entryPointType>Qnx/Cascades</entryPointType>
<platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm/o.le-v7/ModPlayer.so" entry="true" type="Qnx/Elf">ModPlayer.so</asset>
</configuration>
<initialWindow>
<autoOrients>true</autoOrients>
<systemChrome>none</systemChrome>
</initialWindow>
<invoke-target id="com.idispatch.modplayer">
<invoke-target-type>application</invoke-target-type>
<invoke-target-name>ModPlayer</invoke-target-name>
<icon>
<image>icon_modplayer.png</image>
</icon>
<filter>
<action>bb.action.VIEW</action>
<action>bb.action.OPEN</action>
<mime-type>*</mime-type>
<property var="uris" value="file://"/>
<property var="exts" value="mod,med,mt2,mtm,mp3,s3m,it,stm,xm,669,oct,okt,wma,asf,ogg,flac,mp4,aac,wav,MKA,M4A,MOD,MED,MT2,MTM,MP3,S3M,IT,STM,XM,OCT,OKT,WMA,ASF,OGG,FLAC,MP4,AAC,WAV,MKA,M4A"/>
</filter>
</invoke-target>
<asset path="assets">assets</asset>
<asset path="translations" dest="qm">
<include name="*.qm"/>
</asset>
<asset path="icon_modplayer.png">icon_modplayer.png</asset>
<asset path="splash-720x720.png">splash-720x720.png</asset>
<asset path="splash-1280x768.png">splash-1280x768.png</asset>
<asset path="splash-768x1280.png">splash-768x1280.png</asset>
<asset path="splash-1440x1440.png">splash-1440x1440.png</asset>
<permission system="true">run_native</permission>
<permission>access_internet</permission>
<permission>access_location_services</permission>
<permission>read_device_identifying_information</permission>
<permission>run_when_backgrounded</permission>
<permission>access_shared</permission>
<env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib"/>
<env var="CASCADES_THEME" value="bright"/>
</qnx>