share/Info.plist.in
changeset 1999 a28dcfe658e3
child 2003 41b3d00949ca
equal deleted inserted replaced
1998:c22af5e8b636 1999:a28dcfe658e3
       
     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>
       
     5 	<key>CFBundleExecutable</key>
       
     6 	<string>hedgewars</string>
       
     7 	<key>CFBundleIconFile</key>
       
     8 	<string>Icon.icns</string>
       
     9 	<key>CFBundleIdentifier</key>
       
    10 	<string>com.hedgewars</string>
       
    11 	<key>CFBundlePackageType</key>
       
    12 	<string>APPL</string>
       
    13 	<key>LSMinimumSystemVersion</key>
       
    14 	<string>10.5.0</string>
       
    15 	<key>CFBundleSignature</key>
       
    16 	<string>Hedge</string>
       
    17 	<key>CFBundleVersion</key>
       
    18 	<string>${HEDGEWARS_VERSION}</string>
       
    19 </dict>
       
    20 </plist>