-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathIWatchSeriez-app.xml
84 lines (70 loc) · 3.4 KB
/
IWatchSeriez-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
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/14.0">
<id>hu.csomak.IWatchSeriez</id>
<!-- Used as the filename for the application. Required. -->
<filename>IWatchSeriez</filename>
<!-- The name that is displayed in the AIR application installer. May have multiple values for each language. See samples or xsd schema file. Optional. -->
<name>IWatchSeriez</name>
<versionNumber>1.0.4</versionNumber>
<description>IWatchSeriez is a file browser optimised for watching seriez. more on it at
https://github.com/csomakk/IWatchSeriez
</description>
<copyright>Gabor Csomak</copyright>
<supportedProfiles>extendedDesktop desktop</supportedProfiles>
<!-- Identifies the ActionScript extensions used by an application. -->
<!--<extensions>
<extensionID></extensionID>
</extensions>-->
<initialWindow>
<requestedDisplayResolution>high</requestedDisplayResolution>
<content>SWF file name is set automatically at compile time</content>
<title>IWatchSeriez</title>
<visible>true</visible>
<!-- The window's initial width in pixels. Optional. -->
<width>700</width>
<!-- The window's initial height in pixels. Optional. -->
<height>500</height>
</initialWindow>
<!-- The subpath of the standard default installation location to use. Optional. -->
<!--<installFolder></installFolder>-->
<!-- The subpath of the Programs menu to use. (Ignored on operating systems without a Programs menu.) Optional. -->
<!--<programMenuFolder></programMenuFolder>-->
<icon>
<image16x16>appIcons/16.png</image16x16>
<image29x29>appIcons/29.png</image29x29>
<image32x32>appIcons/32.png</image32x32>
<image36x36>appIcons/36.png</image36x36>
<image48x48>appIcons/48.png</image48x48>
<image57x57>appIcons/57.png</image57x57>
<image72x72>appIcons/72.png</image72x72>
<image114x114>appIcons/114.png</image114x114>
<image128x128>appIcons/128.png</image128x128>
<image512x512>appIcons/512.png</image512x512>
</icon>
<!-- Whether the application handles the update when a user double-clicks an update version of the AIR file (true),
or the default AIR application installer handles the update (false). Optional. Default false. -->
<!--<customUpdateUI></customUpdateUI>-->
<!-- Whether the application can be launched when the user clicks a link in a web browser. Optional. Default false. -->
<!--<allowBrowserInvocation></allowBrowserInvocation>-->
<!-- Listing of file types for which the application can register. Optional. -->
<!--<fileTypes>-->
<!-- Defines one file type. Optional. -->
<!--<fileType>-->
<!-- The name that the system displays for the registered file type. Required. -->
<!--<name></name>-->
<!-- The extension to register. Required. -->
<!--<extension></extension>-->
<!-- The description of the file type. Optional. -->
<!--<description></description>-->
<!-- The MIME content type. -->
<!--<contentType></contentType>-->
<!-- The icon to display for the file type. Optional. -->
<!--<icon>
<image16x16></image16x16>
<image32x32></image32x32>
<image48x48></image48x48>
<image128x128></image128x128>
</icon>-->
<!--</fileType>-->
<!--</fileTypes>-->
</application>