1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 <plist version="1.0"> |
3 <plist version="1.0"> |
4 <dict> |
4 <dict> |
5 <key>LSApplicationCategoryType</key> |
5 <key>LSApplicationCategoryType</key> |
6 <string>public.app-category.strategy-games</string> |
6 <string>public.app-category.strategy-games</string> |
7 <key>CFBundleName</key> |
7 <key>CFBundleName</key> |
8 <string>Hedgewars</string> |
8 <string>Hedgewars</string> |
9 <key>CFBundleExecutable</key> |
9 <key>CFBundleExecutable</key> |
10 <string>hedgewars</string> |
10 <string>hedgewars</string> |
11 <key>CFBundleGetInfoString</key> |
11 <key>CFBundleGetInfoString</key> |
12 <string>http://www.hedgewars.org</string> |
12 <string>https://www.hedgewars.org</string> |
13 <key>CFBundleIconFile</key> |
13 <key>CFBundleIconFile</key> |
14 <string>Icon.icns</string> |
14 <string>Icon.icns</string> |
15 <key>CFBundleIdentifier</key> |
15 <key>CFBundleIdentifier</key> |
16 <string>org.hedgewars.desktop</string> |
16 <string>org.hedgewars.desktop</string> |
17 <key>CFBundlePackageType</key> |
17 <key>CFBundlePackageType</key> |
86 <array> |
86 <array> |
87 <dict> |
87 <dict> |
88 <key>UTTypeIdentifier</key> |
88 <key>UTTypeIdentifier</key> |
89 <string>org.hedgewars.desktop.hws</string> |
89 <string>org.hedgewars.desktop.hws</string> |
90 <key>UTTypeReferenceURL</key> |
90 <key>UTTypeReferenceURL</key> |
91 <string>http://www.hedgewars.org/demos/</string> |
91 <string>https://www.hedgewars.org/demos/</string> |
92 <key>UTTypeDescription</key> |
92 <key>UTTypeDescription</key> |
93 <string>Hedgewars Save Game</string> |
93 <string>Hedgewars Save Game</string> |
94 <key>UTTypeIconFile</key> |
94 <key>UTTypeIconFile</key> |
95 <string>public.text.icns</string> |
95 <string>public.text.icns</string> |
96 <key>UTTypeConformsTo</key> |
96 <key>UTTypeConformsTo</key> |
109 </dict> |
109 </dict> |
110 <dict> |
110 <dict> |
111 <key>UTTypeIdentifier</key> |
111 <key>UTTypeIdentifier</key> |
112 <string>org.hedgewars.desktop.hwd</string> |
112 <string>org.hedgewars.desktop.hwd</string> |
113 <key>UTTypeReferenceURL</key> |
113 <key>UTTypeReferenceURL</key> |
114 <string>http://www.hedgewars.org/demos/</string> |
114 <string>https://www.hedgewars.org/demos/</string> |
115 <key>UTTypeIconFile</key> |
115 <key>UTTypeIconFile</key> |
116 <string>public.text.icns</string> |
116 <string>public.text.icns</string> |
117 <key>UTTypeDescription</key> |
117 <key>UTTypeDescription</key> |
118 <string>Hedgewars Demo Game</string> |
118 <string>Hedgewars Demo Game</string> |
119 <key>UTTypeConformsTo</key> |
119 <key>UTTypeConformsTo</key> |