author | Wuzzy <Wuzzy2@mail.ru> |
Sat, 01 Dec 2018 23:39:49 +0100 | |
changeset 14358 | 1f87c7c2b151 |
parent 11565 | 3db41c7697f0 |
permissions | -rw-r--r-- |
1999 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
11565 | 2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
1999 | 3 |
<plist version="1.0"> |
4 |
<dict> |
|
8443 | 5 |
<key>LSApplicationCategoryType</key> |
6 |
<string>public.app-category.strategy-games</string> |
|
7 |
<key>CFBundleName</key> |
|
8 |
<string>Hedgewars</string> |
|
9 |
<key>CFBundleExecutable</key> |
|
10 |
<string>hedgewars</string> |
|
11 |
<key>CFBundleGetInfoString</key> |
|
11565 | 12 |
<string>https://www.hedgewars.org</string> |
8443 | 13 |
<key>CFBundleIconFile</key> |
14 |
<string>Icon.icns</string> |
|
15 |
<key>CFBundleIdentifier</key> |
|
16 |
<string>org.hedgewars.desktop</string> |
|
17 |
<key>CFBundlePackageType</key> |
|
18 |
<string>APPL</string> |
|
19 |
<key>CFBundleSignature</key> |
|
20 |
<string>Hedge</string> |
|
21 |
<key>CFBundleVersion</key> |
|
22 |
<string>${HEDGEWARS_REVISION}</string> |
|
23 |
<key>CFBundleShortVersionString</key> |
|
24 |
<string>${HEDGEWARS_VERSION}</string> |
|
25 |
<key>NSHumanReadableCopyright</key> |
|
11046 | 26 |
<string>Copyright © 2004-2015, Hedgewars Project</string> |
8443 | 27 |
<key>NSAppleScriptEnabled</key> |
8711
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
28 |
<true/> |
8443 | 29 |
<key>LSRequiresNativeExecution</key> |
30 |
<true/> |
|
31 |
<key>LSMinimumSystemVersionByArchitecture</key> |
|
32 |
<dict> |
|
33 |
<key>x86_64</key> |
|
34 |
<string>10.6.0</string> |
|
35 |
<key>i386</key> |
|
36 |
<string>10.4.0</string> |
|
37 |
<key>ppc</key> |
|
38 |
<string>10.4.0</string> |
|
39 |
</dict> |
|
40 |
<key>LSArchitecturePriority</key> |
|
41 |
<array> |
|
42 |
<string>x86_64</string> |
|
43 |
<string>i386</string> |
|
44 |
<string>ppc</string> |
|
45 |
</array> |
|
46 |
<key>LSMinimumSystemVersion</key> |
|
47 |
<string>${minimum_macosx_version}</string> |
|
10972 | 48 |
<key>NSHighResolutionCapable</key> |
49 |
<string>True</string> |
|
8443 | 50 |
<key>SUPublicDSAKeyFile</key> |
51 |
<string>dsa_pub.pem</string> |
|
52 |
<key>SUFeedURL</key> |
|
11564 | 53 |
<string>https://www.hedgewars.org/download/appcast.xml</string> |
8443 | 54 |
<key>CFBundleLocalizations</key> |
55 |
<array> |
|
56 |
<string>ar</string> |
|
57 |
<string>bg</string> |
|
58 |
<string>cs</string> |
|
59 |
<string>da</string> |
|
60 |
<string>de</string> |
|
61 |
<string>el</string> |
|
62 |
<string>en</string> |
|
63 |
<string>es</string> |
|
64 |
<string>fi</string> |
|
65 |
<string>fr</string> |
|
66 |
<string>gl</string> |
|
67 |
<string>hu</string> |
|
68 |
<string>it</string> |
|
69 |
<string>ja</string> |
|
70 |
<string>ko</string> |
|
71 |
<string>lt</string> |
|
72 |
<string>nl</string> |
|
73 |
<string>pl</string> |
|
74 |
<string>pt_BR</string> |
|
75 |
<string>pt_PT</string> |
|
76 |
<string>ro</string> |
|
77 |
<string>ru</string> |
|
78 |
<string>sk</string> |
|
79 |
<string>sv</string> |
|
80 |
<string>tr_TR</string> |
|
81 |
<string>uk</string> |
|
82 |
<string>zh_CN</string> |
|
83 |
<string>zh_TW</string> |
|
84 |
</array> |
|
85 |
<key>UTExportedTypeDeclarations</key> |
|
86 |
<array> |
|
87 |
<dict> |
|
88 |
<key>UTTypeIdentifier</key> |
|
89 |
<string>org.hedgewars.desktop.hws</string> |
|
90 |
<key>UTTypeReferenceURL</key> |
|
11565 | 91 |
<string>https://www.hedgewars.org/demos/</string> |
8443 | 92 |
<key>UTTypeDescription</key> |
93 |
<string>Hedgewars Save Game</string> |
|
94 |
<key>UTTypeIconFile</key> |
|
95 |
<string>public.text.icns</string> |
|
96 |
<key>UTTypeConformsTo</key> |
|
97 |
<array> |
|
98 |
<string>public.data</string> |
|
99 |
</array> |
|
100 |
<key>UTTypeTagSpecification</key> |
|
101 |
<dict> |
|
102 |
<key>public.filename-extension</key> |
|
103 |
<array> |
|
104 |
<string>hws</string> |
|
105 |
</array> |
|
106 |
<key>public.mime-type</key> |
|
107 |
<string>application/x-hedgewars-save</string> |
|
108 |
</dict> |
|
109 |
</dict> |
|
110 |
<dict> |
|
111 |
<key>UTTypeIdentifier</key> |
|
112 |
<string>org.hedgewars.desktop.hwd</string> |
|
113 |
<key>UTTypeReferenceURL</key> |
|
11565 | 114 |
<string>https://www.hedgewars.org/demos/</string> |
8443 | 115 |
<key>UTTypeIconFile</key> |
116 |
<string>public.text.icns</string> |
|
117 |
<key>UTTypeDescription</key> |
|
118 |
<string>Hedgewars Demo Game</string> |
|
119 |
<key>UTTypeConformsTo</key> |
|
120 |
<array> |
|
121 |
<string>public.data</string> |
|
122 |
</array> |
|
123 |
<key>UTTypeTagSpecification</key> |
|
124 |
<dict> |
|
125 |
<key>public.filename-extension</key> |
|
126 |
<array> |
|
127 |
<string>hwd</string> |
|
128 |
</array> |
|
129 |
<key>public.mime-type</key> |
|
130 |
<string>application/x-hedgewars-demo</string> |
|
131 |
</dict> |
|
132 |
</dict> |
|
133 |
</array> |
|
134 |
<key>CFBundleDocumentTypes</key> |
|
135 |
<array> |
|
136 |
<dict> |
|
137 |
<key>CFBundleTypeIconFile</key> |
|
138 |
<string>hwico.icns</string> |
|
139 |
<key>CFBundleTypeName</key> |
|
140 |
<string>Hedgewars Savefile</string> |
|
141 |
<key>LSItemContentTypes</key> |
|
142 |
<array> |
|
143 |
<string>org.hedgewars.desktop.hws</string> |
|
144 |
</array> |
|
145 |
<key>CFBundleTypeRole</key> |
|
146 |
<string>Editor</string> |
|
147 |
</dict> |
|
148 |
<dict> |
|
149 |
<key>CFBundleTypeIconFile</key> |
|
150 |
<string>hwico.icns</string> |
|
151 |
<key>CFBundleTypeName</key> |
|
152 |
<string>Hedgewars Demofile</string> |
|
153 |
<key>LSItemContentTypes</key> |
|
154 |
<array> |
|
155 |
<string>org.hedgewars.desktop.hwd</string> |
|
156 |
</array> |
|
157 |
<key>CFBundleTypeRole</key> |
|
158 |
<string>Viewer</string> |
|
159 |
</dict> |
|
160 |
</array> |
|
8711
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
161 |
<key>CFBundleURLTypes</key> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
162 |
<array> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
163 |
<dict> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
164 |
<key>CFBundleURLName</key> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
165 |
<string>Hedgewars URIs</string> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
166 |
<key>CFBundleURLSchemes</key> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
167 |
<array> |
8716
e09633d10f16
hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents:
8711
diff
changeset
|
168 |
<!-- |
8711
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
169 |
<string>hwd</string> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
170 |
<string>hws</string> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
171 |
<string>hwdlc</string> |
8716
e09633d10f16
hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents:
8711
diff
changeset
|
172 |
--> |
e09633d10f16
hit hwplay://server:port and automatically join an unofficial server (on osx right now)
koda
parents:
8711
diff
changeset
|
173 |
<string>hwplay</string> |
8711
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
174 |
</array> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
175 |
</dict> |
053560e0075f
hooks for opening custom urls on osx (commented out until we decide what to do)
koda
parents:
8443
diff
changeset
|
176 |
</array> |
1999 | 177 |
</dict> |
178 |
</plist> |