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>CFBundleDevelopmentRegion</key>
|
---|
6 | <string>English</string>
|
---|
7 | <key>CFBundleDisplayName</key>
|
---|
8 | <string>Residual</string>
|
---|
9 | <key>CFBundleExecutable</key>
|
---|
10 | <string>residual</string>
|
---|
11 | <key>CFBundleGetInfoString</key>
|
---|
12 | <string>0.0.6svn, Copyright 2001-2008 The ScummVM team</string>
|
---|
13 | <key>CFBundleIconFile</key>
|
---|
14 | <string>residual.icns</string>
|
---|
15 | <key>CFBundleIdentifier</key>
|
---|
16 | <string>org.scummvm.residual</string>
|
---|
17 | <key>CFBundleInfoDictionaryVersion</key>
|
---|
18 | <string>6.0</string>
|
---|
19 | <key>CFBundleName</key>
|
---|
20 | <string>Residual</string>
|
---|
21 | <key>CFBundlePackageType</key>
|
---|
22 | <string>APPL</string>
|
---|
23 | <key>CFBundleShortVersionString</key>
|
---|
24 | <string>0.0.6svn</string>
|
---|
25 | <key>CFBundleVersion</key>
|
---|
26 | <string>0.0.6svn</string>
|
---|
27 | <key>NSHumanReadableCopyright</key>
|
---|
28 | <string>Copyright 2001-2008 The ScummVM team</string>
|
---|
29 | <key>NSPrincipalClass</key>
|
---|
30 | <string>NSApplication</string>
|
---|
31 | </dict>
|
---|
32 | </plist>
|
---|