a45214a3ef
changes to Info.plist and add an icon
31 lines
937 B
XML
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>
|