1999
|
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">
|
|
3 |
<plist version="1.0">
|
|
4 |
<dict>
|
2401
|
5 |
<key>CFBundleName</key>
|
|
6 |
<string>Hedgewars</string>
|
1999
|
7 |
<key>CFBundleExecutable</key>
|
|
8 |
<string>hedgewars</string>
|
2003
|
9 |
<key>CFBundleGetInfoString</key>
|
2008
|
10 |
<string>http://www.hedgewars.org</string>
|
1999
|
11 |
<key>CFBundleIconFile</key>
|
|
12 |
<string>Icon.icns</string>
|
|
13 |
<key>CFBundleIdentifier</key>
|
|
14 |
<string>com.hedgewars</string>
|
|
15 |
<key>CFBundlePackageType</key>
|
|
16 |
<string>APPL</string>
|
|
17 |
<key>CFBundleSignature</key>
|
|
18 |
<string>Hedge</string>
|
|
19 |
<key>CFBundleVersion</key>
|
|
20 |
<string>${HEDGEWARS_VERSION}</string>
|
2003
|
21 |
<key>NSHumanReadableCopyright</key>
|
|
22 |
<string>GPL</string>
|
|
23 |
<key>NSAppleScriptEnabled</key>
|
|
24 |
<false/>
|
|
25 |
<key>LSExecutableArchitectures</key>
|
2261
|
26 |
<string>i386</string>
|
2003
|
27 |
<key>LSMinimumSystemVersion</key>
|
|
28 |
<string>10.4.0</string>
|
|
29 |
<key>LSRequiresNativeExecution</key>
|
|
30 |
<true/>
|
2401
|
31 |
<key>SUPublicDSAKeyFile</key>
|
|
32 |
<string>dsa_pub.pem</string>
|
1999
|
33 |
</dict>
|
|
34 |
</plist>
|