Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Finder GetInfo and 'plst' resource



Hi

I have an OSX-only, non-bundled CFM Carbon app. After adding the 'plst' resource, the File Icons and file associations seem working fine.

It seemed necessary to remove the old legacy 'BNDL' 'FREF' 'vers' resources before the new 'icns' and file associations would work.

Everything seems working fine with only the 'plst' resource, except that 'Version' no longer displays in the Finder Get Info window.

Appended are relevant parts of the plst resource, in case someone can see whatever key might be wrong or missing-- It sure would be nice to get the Finder Get Info Version working again (GRIN).

Thanks

JCJR

=====

<?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>LSRequiresCarbon</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
//numerous file/icon entries deleted for brevity
</dict>
</array>
<key>CFBundleIconFile</key>
<string>128</string>
<key>CFBundleIdentifier</key>
<string>com.PG Music.Band-in-a-BoxQ"</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>12.0.22 Copyright ,) 1994 - 2004 PG Music Inc. All rights reserved.</string>
<key>CFBundleName</key>
<string>Band-in-a-BoxQ"</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>12.0.22</string>
<key>CFBundleSignature</key>
<string>BB40</string>
<key>CFBundleVersion</key>
<string>12.0.22</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSAppleScriptEnabled</key>
<string>No</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright ,) 1994 - 2004 PG Music Inc. All rights reserved.</string>
</dict>
</plist>
_______________________________________________
carbon-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/carbon-development
Do not post admin requests to the list. They will be ignored.




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.