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>LSRequiresNativeExecution</key>
|
|
26 |
<true/>
|
2663
|
27 |
<key>LSMinimumSystemVersionByArchitecture</key>
|
|
28 |
<dict>
|
|
29 |
<key>x86_64</key>
|
|
30 |
<string>10.6.0</string>
|
|
31 |
<key>i386</key>
|
|
32 |
<string>10.4.0</string>
|
|
33 |
<key>ppc</key>
|
|
34 |
<string>10.4.0</string>
|
|
35 |
</dict>
|
2641
|
36 |
<key>LSArchitecturePriority</key>
|
|
37 |
<array>
|
|
38 |
<string>x86_64</string>
|
|
39 |
<string>i386</string>
|
|
40 |
<string>ppc</string>
|
|
41 |
</array>
|
|
42 |
<key>LSMinimumSystemVersion</key>
|
|
43 |
<string>${minimum_macosx}</string>
|
2401
|
44 |
<key>SUPublicDSAKeyFile</key>
|
|
45 |
<string>dsa_pub.pem</string>
|
1999
|
46 |
</dict>
|
|
47 |
</plist>
|