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" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 <plist version="1.0"> |
3 <plist version="1.0"> |
4 <dict> |
4 <dict> |
5 <key>CFBundleExecutable</key> |
5 <key>CFBundleExecutable</key> |
6 <string>hedgewars</string> |
6 <string>hedgewars</string> |
|
7 <key>CFBundleGetInfoString</key> |
|
8 <string>Hedgewars, a Worms-like game</string> |
7 <key>CFBundleIconFile</key> |
9 <key>CFBundleIconFile</key> |
8 <string>Icon.icns</string> |
10 <string>Icon.icns</string> |
9 <key>CFBundleIdentifier</key> |
11 <key>CFBundleIdentifier</key> |
10 <string>com.hedgewars</string> |
12 <string>com.hedgewars</string> |
11 <key>CFBundlePackageType</key> |
13 <key>CFBundlePackageType</key> |
12 <string>APPL</string> |
14 <string>APPL</string> |
13 <key>LSMinimumSystemVersion</key> |
|
14 <string>10.5.0</string> |
|
15 <key>CFBundleSignature</key> |
15 <key>CFBundleSignature</key> |
16 <string>Hedge</string> |
16 <string>Hedge</string> |
17 <key>CFBundleVersion</key> |
17 <key>CFBundleVersion</key> |
18 <string>${HEDGEWARS_VERSION}</string> |
18 <string>${HEDGEWARS_VERSION}</string> |
|
19 <key>NSHumanReadableCopyright</key> |
|
20 <string>GPL</string> |
|
21 <key>NSAppleScriptEnabled</key> |
|
22 <false/> |
|
23 <key>LSExecutableArchitectures</key> |
|
24 <string>i386, ppc</string> |
|
25 <key>LSMinimumSystemVersion</key> |
|
26 <string>10.4.0</string> |
|
27 <key>LSRequiresNativeExecution</key> |
|
28 <true/> |
19 </dict> |
29 </dict> |
20 </plist> |
30 </plist> |