Re: private MIME type
Re: private MIME type
- Subject: Re: private MIME type
- From: Robert Cerny <email@hidden>
- Date: Mon, 12 Nov 2007 16:51:43 +0100
On 12.11.2007, at 16:25, Alex Curylo wrote:
on 11/12/07 6:00 AM, email@hidden at
email@hidden wrote:
Hi folks,
I need to set up a private MIME type to launch my in-house
application
while clicking link from browser. Does anyone know how to do it and
can point me to the right direction?
http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/A
rticles/PListKeys.html#//apple_ref/doc/uid/20001431-102207
Here's my latest sample how (PList Compiler source excerpt):
key "CFBundleURLTypes" value array
[
dictionary
{
key "CFBundleURLName" value string "MPE Player URL"
key "CFBundleTypeIconFile" value string "PlayMPE"
key "CFBundleTypeRole" value string "Viewer"
key "CFBundleURLSchemes" value array
[
string "destinympe"
]
key "LSIsAppleDefaultForScheme" value boolean true
}
]
Unfortunately, I forget now what the problem was that I added
"LSIsAppleDefaultForScheme" to the official keys to fix, but there
was some
good reason at the time.
--
Alex Curylo -- email@hidden -- http://www.alexcurylo.com/
thump MEOW! thump MEOW! thump MEOW! thump MEOW! thump MEOW!
You're right -- there ISN'T enough room to swing a cat in here.
Thanks a lot.
Robert
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden