• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: private MIME type
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: private MIME type


  • Subject: Re: private MIME type
  • From: Alex Curylo <email@hidden>
  • Date: Mon, 12 Nov 2007 07:25:40 -0800
  • Thread-topic: private MIME type

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.


_______________________________________________

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

  • Follow-Ups:
    • Re: private MIME type
      • From: Robert Cerny <email@hidden>
  • Prev by Date: Re: drawing an array of pixels to the screen
  • Next by Date: Re: private MIME type
  • Previous by thread: private MIME type
  • Next by thread: Re: private MIME type
  • Index(es):
    • Date
    • Thread