home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 September
/
CHIP_CD_2004-09.iso
/
macos
/
pack1
/
files
/
Beholder.dmg
/
Beholder.app
/
Contents
/
Info.plist
next >
Wrap
Extensible Markup Language
|
2004-07-10
|
2KB
|
94 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>CFBundleIdentifier</key>
<string>com.mesadynamics.beholder</string>
<key>CFBundleName</key>
<string>Beholder</string>
<key>CFBundleGetInfoString</key>
<string>Beholder 1.5, Copyright © 2003-2004 Mesa Dynamics, LLC</string>
<key>CFBundleShortVersionString</key>
<string>Beholder 1.5</string>
<key>CFBundleIconFile</key>
<string>Beholder.icns</string>
<key>CFBundleHelpBookFolder</key>
<string>Beholder Help</string>
<key>CFBundleHelpBookName</key>
<string>Beholder Help</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>mDbH</string>
<key>CFBundleExecutable</key>
<string>Beholder</string>
<key>CFBundleVersion</key>
<string>1.5</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>LSRequiresCarbon</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Beholder Settings</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>pref</string>
</array>
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleTypeIconFile</key>
<string>Preferences.icns</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Beholder Search Engine</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>srch</string>
</array>
<key>CFBundleTypeRole</key>
<string>None</string>
<key>CFBundleTypeIconFile</key>
<string>Document.icns</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Beholder Drop Search</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>drop</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>drop</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFile</key>
<string>Document.icns</string>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Beholder Search Results</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>rslt</string>
</array>
<key>CFBundleTypeExtensions</key>
<array>
<string>eye</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFile</key>
<string>Results.icns</string>
</dict>
</array>
</dict>
</plist>