equal
deleted
inserted
replaced
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" "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>CFBundleName</key> |
|
6 <string>Hedgewars</string> |
5 <key>CFBundleExecutable</key> |
7 <key>CFBundleExecutable</key> |
6 <string>hedgewars</string> |
8 <string>hedgewars</string> |
7 <key>CFBundleGetInfoString</key> |
9 <key>CFBundleGetInfoString</key> |
8 <string>http://www.hedgewars.org</string> |
10 <string>http://www.hedgewars.org</string> |
9 <key>CFBundleIconFile</key> |
11 <key>CFBundleIconFile</key> |
23 <key>LSExecutableArchitectures</key> |
25 <key>LSExecutableArchitectures</key> |
24 <string>i386</string> |
26 <string>i386</string> |
25 <key>LSMinimumSystemVersion</key> |
27 <key>LSMinimumSystemVersion</key> |
26 <string>10.4.0</string> |
28 <string>10.4.0</string> |
27 <key>LSRequiresNativeExecution</key> |
29 <key>LSRequiresNativeExecution</key> |
28 <string>SUPublicDSAKeyFile</string> |
|
29 <key>dsa_pub.pem</key> |
|
30 <true/> |
30 <true/> |
|
31 <key>SUPublicDSAKeyFile</key> |
|
32 <string>dsa_pub.pem</string> |
31 </dict> |
33 </dict> |
32 </plist> |
34 </plist> |