-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathFlashCC-IN2AR-Demo_iOS-app.xml
92 lines (56 loc) · 1.94 KB
/
FlashCC-IN2AR-Demo_iOS-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
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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<!--
Usage:
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>
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>
-->
<application xmlns="http://ns.adobe.com/air/application/14.0">
<id>FlashCCIN2ARDemoiOS</id>
<versionNumber>1.0.0</versionNumber>
<versionLabel/>
<filename>FlashCC-IN2AR-Demo_iOS</filename>
<description/>
<name>FlashCC-IN2AR-Demo_iOS</name>
<copyright/>
<initialWindow>
<content>FlashCC-IN2AR-Demo_iOS.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<aspectRatio>landscape</aspectRatio>
<renderMode>direct</renderMode>
<depthAndStencil>true</depthAndStencil>
<autoOrients>false</autoOrients></initialWindow>
<icon/>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<iPhone>
<InfoAdditions><![CDATA[
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
<key>UIApplicationExitsOnSuspend</key>
<true/>
<key>UIDeviceFamily</key>
<array>
<string>1</string>
<string>2</string>
</array>
]]></InfoAdditions>
<requestedDisplayResolution>high</requestedDisplayResolution>
</iPhone>
<supportedLanguages>en</supportedLanguages>
<extensions>
<extensionID>com.in2ar.ane</extensionID>
</extensions>
</application>