Re: File icon association with the application
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Apr 30, 2009, at 16:53, Francois Cournoyer wrote: ---------------------------------------------------------------------- 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... 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). This email sent to site_archiver@lists.apple.com
participants (1)
-
Philip D. Wasson