Bochs/bochs/build/macosx/Info.plist.in
Bryce Denney a45214a3ef - from patch [ #590426 ] additions to the MAC OS X build scripts, make
changes to Info.plist and add an icon
2002-09-23 03:43:16 +00:00

31 lines
937 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>bochs</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@ Carbon</string>
<key>CFBundleIconFile</key>
<string>bochs-icn</string>
<key>CFBundleIdentifier</key>
<string>net.sourceforge.bochs.bochs</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Bochs Carbon @VERSION@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Bochs Carbon (@VERSION@)</string>
<key>CFBundleSignature</key>
<string>BOCHS</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>