ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/Info.plist
Revision: 1.1
Committed: 2004-01-29T12:15:18Z (20 years, 5 months ago) by nigel
Branch: MAIN
CVS Tags: nigel-build-16
Log Message:
Properties of target when built in Xcode

File Contents

# User Rev Content
1 nigel 1.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>CFBundleExecutable</key>
8     <string>BasiliskII</string>
9     <key>CFBundleGetInfoString</key>
10     <string>Basilisk II version 1.0, Copyright © 1997-2004 Christian Bauer et al. Mac OS X port 15</string>
11     <key>CFBundleIconFile</key>
12     <string>BasiliskII.icns</string>
13     <key>CFBundleIdentifier</key>
14     <string></string>
15     <key>CFBundleInfoDictionaryVersion</key>
16     <string>6.0</string>
17     <key>CFBundleName</key>
18     <string>BasiliskII</string>
19     <key>CFBundlePackageType</key>
20     <string>APPL</string>
21     <key>CFBundleShortVersionString</key>
22     <string>Basilisk II 1.0, Mac OS X port 15</string>
23     <key>CFBundleSignature</key>
24     <string>????</string>
25     <key>NSHelpFile</key>
26     <string>README.txt</string>
27     <key>NSMainNibFile</key>
28     <string>MainMenu</string>
29     <key>NSPrincipalClass</key>
30     <string>Controller</string>
31     </dict>
32     </plist>