RE: File icon association with the application
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thread-index: AcnJ1/K14BDTviOtSL2b2iAwdjZhRAAAGyPQ Thread-topic: File icon association with the application Ah, thanks, I didn't catch that one. Unfortunately, it still doesn't have any effect :/ (Logged off, re-logged just in case) As for the ???? it was more a test than anything and will be removed. Is it enough to just change the plist like this, or should I recompile the whole application just in case? -----Original Message----- From: Philip D. Wasson [mailto:pwasson@maned.com] Sent: Thursday, April 30, 2009 5:09 PM To: Francois Cournoyer Cc: installer-dev@lists.apple.com Subject: Re: File icon association with the application On Apr 30, 2009, at 16:53, Francois Cournoyer wrote:
What we're trying to do is association 3 filetypes with our application, each with their own icon.
From what I gathered, this should be handled by the info.plist contained in the .app, but so far all attempt have failed and all we get is the "standard" unix exec icon.
Here's the info.plist content, any help would be greatly appreciated as at this point the project is going critical because of this. [BEGIN] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd "> <plist version="1.0"> <dict> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleDocumentTypes</key> <array> <dict>
<key>CFBundleTypeExtentions</key>
...
For one, "CFBundleTypeExtentions" ought to be "CFBundleTypeExtensions". Also, I'm not sure how happy the system will be with a CFBundleSignature of "????" (unless you've simply obfuscated that for the email). ---------------------------------------------------------------------- Philip D. Wasson pwasson at maned dot com MEI Software Engineer _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Francois Cournoyer