DEADSOFTWARE

add build instructions for macosx
[d2df-sdl.git] / macosx / Doom2DF.app.base / Contents / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleGetInfoString</key>
6 <string>Copyleft 2003-2019 Doom 2D: Forever Developers</string>
7 <key>NSHumanReadableCopyright</key>
8 <string>Copyleft 2003-2019 Doom 2D: Forever Developers</string>
9 <key>CFBundleExecutable</key>
10 <string>Doom2DF</string>
11 <key>CFBundleIdentifier</key>
12 <string>org.doom2df</string>
13 <key>CFBundleName</key>
14 <string>Doom 2D: Forever</string>
15 <key>CFBundleDisplayName</key>
16 <string>Doom 2D: Forever</string>
17 <key>CFBundleIconFile</key>
18 <string>Doom2DF</string>
19 <key>CFBundleShortVersionString</key>
20 <string>0.667</string>
21 <key>CFBundleInfoDictionaryVersion</key>
22 <string>6.0</string>
23 <key>CFBundlePackageType</key>
24 <string>APPL</string>
25 <key>IFmajorVersion</key>
26 <integer>0</integer>
27 <key>IFMinorVersion</key>
28 <integer>667</integer>
29 </dict>
30 </plist>