home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 115
/
macaddict115.cdr
/
Software
/
Interface
/
FoxTrot-Personal-Search.dmg
/
FoxTrot.app
/
Contents
/
Resources
/
Info.plist
< prev
next >
Wrap
Extensible Markup Language
|
2005-12-21
|
2KB
|
58 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ftindex</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>FoxTrotIndex.icns</string>
<key>CFBundleTypeName</key>
<string>FoxTrot index</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSIsAppleDefaultForType</key>
<true/>
<key>LSItemContentTypes</key>
<array>
<string>com.ctmdev.ftindex</string>
</array>
<key>LSTypeIsPackage</key>
<true/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>FoxTrot</string>
<key>CFBundleGetInfoString</key>
<string>FoxTrot Personal Search 1.0.4 (build 155), ©CTM Development, 2003-2005. All right reserved</string>
<key>CFBundleIconFile</key>
<string>FoxTrot.icns</string>
<key>CFBundleIdentifier</key>
<string>com.ctmdev.FoxTrot</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4 (build 155)</string>
<key>CFBundleSignature</key>
<string>FxTr</string>
<key>CFBundleVersion</key>
<string>1.0.4</string>
<key>NSHumanReadableCopyright</key>
<string>© CTM Development, 2003-2005</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>