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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com