This repository was archived by the owner on Sep 15, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathledoxea-app.xml
44 lines (44 loc) · 1.76 KB
/
ledoxea-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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<application xmlns="http://ns.adobe.com/air/application/3.2">
<id>ledoxea</id>
<versionNumber>1.0.0</versionNumber>
<filename>LEDOXEA</filename>
<description>LEDOXEA is 3D view e-learning searcher.</description>
<!-- To localize the description, use the following format for the description element.
<description>
<text xml:lang="en">LEDOXEA is 3D view e-learning searcher.</text>
<text xml:lang="ja">LEDOXEAは、3D表示型のeラーニングドキュメント検索エンジンです。</text>
</description>
-->
<name>LEDOXEA</name>
<!-- To localize the name, use the following format for the name element.
<name>
<text xml:lang="en">LEDOXEA</text>
<text xml:lang="ja">LEDOXEA</text>
</name>
-->
<copyright></copyright>
<initialWindow>
<content>ledoxea.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>true</fullScreen>
<autoOrients>false</autoOrients>
<aspectRatio>portrait</aspectRatio>
<renderMode>direct</renderMode>
<depthAndStencil>true</depthAndStencil>
</initialWindow>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<icon>
<image36x36>icon/icon_036.png</image36x36>
<image48x48>icon/icon_048.png</image48x48>
<image72x72>icon/icon_072.png</image72x72>
</icon>
<android>
<manifestAdditions><![CDATA[<manifest><uses-permission android:name="android.permission.INTERNET"/></manifest>]]></manifestAdditions>
</android>
<supportedLanguages>en ja</supportedLanguages>
<versionLabel></versionLabel>
</application>