forked from Cogulator/Cogulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcogulator-app.xml
More file actions
32 lines (32 loc) · 1.65 KB
/
cogulator-app.xml
File metadata and controls
32 lines (32 loc) · 1.65 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://ns.adobe.com/air/application/23.0">
<id>cogulator</id>
<versionNumber>3.0</versionNumber>
<filename>cogulator</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>cogulator</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></copyright>
<initialWindow>
<content>cogulator.swf</content>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
<visible>true</visible>
<fullScreen>false</fullScreen>
<aspectRatio>portrait</aspectRatio>
<renderMode>auto</renderMode>
<maximizable>true</maximizable>
<minimizable>true</minimizable>
<resizable>true</resizable>
</initialWindow>
<icon>
<image16x16>icons/16x16.png</image16x16>
<image32x32>icons/32x32.png</image32x32>
<image48x48>icons/48x48.png</image48x48>
<image128x128>icons/128x128.png</image128x128>
</icon>
<customUpdateUI>false</customUpdateUI>
<allowBrowserInvocation>false</allowBrowserInvocation>
<supportedProfiles>desktop</supportedProfiles>
</application>