• 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
Get Started with a webplugin
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Get Started with a webplugin


  • Subject: Get Started with a webplugin
  • From: "gMail.com" <email@hidden>
  • Date: Fri, 12 Nov 2010 13:03:10 +0100
  • Thread-topic: Get Started with a webplugin

Hi,
I have followed the rules written on the pdf doc
"WebKit Plug-In Programming Topics" but I can't make
Safari load my first webplugin yet.

Does a webplugin require a signature, something not reported on the docs?
I run MacOS X 10.6.5, Safari 5.0.2. I compile with Xcode 3.2.3, with SDK
10.6, target 10.6, 32 bit universal, i386.

I create the plugin project with Xcode 3.2.3, which comes almost ready to
use. Then I compile as Release i386 and copy the plugin within
   /Library/Internet Plug-Ins/
Then I launch Safari. I select the menu "Help:Installed Plug-ins" and my
plugin is not there. What did I miss?


Part of my Info.plist is
-----------------
<key>WebPluginDescription</key>
    <string>Display my own video type</string>
<key>WebPluginMIMETypes</key>
    <dict>
        <key>video/x-myappmovie</key>
        <dict>
            <key>WebPluginExtensions</key>
            <array>
                <string>mox</string>
            </array>
            <key>WebPluginTypeDescription</key>
            <string>MyApp Movie</string>
        </dict>
    </dict>
    <key>WebPluginName</key>
    <string>MyApp Plug-in</string>

This was ok
<key>CFBundlePackageType</key>
    <string>WBPL</string>


Regards
Leonardo


_______________________________________________

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

  • Prev by Date: Re: Detecting reading a key in KVC
  • Next by Date: Re: Detecting reading a key in KVC
  • Previous by thread: NSHTTPCookieStorage
  • Next by thread: How to remove 'not found in protocol' compiler warning
  • Index(es):
    • Date
    • Thread