RE: File icon association with the application
RE: File icon association with the application
- Subject: RE: File icon association with the application
- From: "Francois Cournoyer" <email@hidden>
- Date: Thu, 30 Apr 2009 17:14:21 -0400
- 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:email@hidden]
Sent: Thursday, April 30, 2009 5:09 PM
To: Francois Cournoyer
Cc: email@hidden
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden