-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAVRRemotePro-app.xml
51 lines (51 loc) · 2.17 KB
/
AVRRemotePro-app.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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<application xmlns="http://ns.adobe.com/air/application/2.7">
<id>com.impossibilities.avrpro</id>
<versionNumber>1.0</versionNumber>
<filename>AVRRemotePro</filename>
<description></description>
<!-- To localize the description, use the following format for the description element.
<description>
<text xml:lang="en">English App description goes here</text>
<text xml:lang="fr">French App description goes here</text>
<text xml:lang="ja">Japanese App description goes here</text>
</description>
-->
<name>AVRRemotePro</name>
<!-- To localize the name, use the following format for the name element.
<name>
<text xml:lang="en">English App name goes here</text>
<text xml:lang="fr">French App name goes here</text>
<text xml:lang="ja">Japanese App name goes here</text>
</name>
-->
<copyright>2011</copyright>
<initialWindow>
<content>AVRRemotePro.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<autoOrients>true</autoOrients>
<aspectRatio>portrait</aspectRatio>
<renderMode>cpu</renderMode>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<resizable>true</resizable>
</initialWindow>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<icon>
<image29x29>icons/avr_icon_29.png</image29x29>
<image57x57>icons/avr_icon_57.png</image57x57>
<image114x114>icons/avr_icon_114.png</image114x114>
<image512x512>icons/avr_icon_512.png</image512x512>
<image48x48>icons/avr_icon_48.png</image48x48>
<image72x72>icons/avr_icon_72.png</image72x72>
</icon>
<supportedProfiles>desktop extendedDesktop mobileDevice extendedMobileDevice</supportedProfiles>
<iPhone>
<requestedDisplayResolution>standard</requestedDisplayResolution>
<InfoAdditions><![CDATA[<key>UIDeviceFamily</key><array><string>1</string></array><key>UIPrerenderedIcon</key><true/>]]></InfoAdditions>
</iPhone>
</application>