Re: Open my Application via safari
Re: Open my Application via safari
- Subject: Re: Open my Application via safari
- From: David Kennedy <email@hidden>
- Date: Wed, 1 Nov 2006 09:47:26 +0000
On 31 Oct 2006, at 18:06, Sherm Pendley wrote:
On Oct 31, 2006, at 12:20 PM, Yorh wrote:
Hello again,
I have in my info.plist file this:
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLIconFile</key>
<string>myApp</string>
<key>CFBundleURLName</key>
<string>my URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>myLink</string>
</array>
</dict>
</array>
But it seems wrong because if I have in a web page myLink://
something .... nothing happen :(
Where is the mistake?
Try copying your built app to a new folder. That should cause
Finder to read the app's Info.plist and update the Launch Services
database.
Incrementing the CFBundleVersion (commonly used as a build number)
can help too.
Dave.
------
David Kennedy (http://www.zenopolis.com)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden