Skip to content

Commit

Permalink
[NEW] Extend coverage to <object> and <embed> tags that lack `typ…
Browse files Browse the repository at this point in the history
…e` or `classid` attributes by adding "swf" to the plugin's WebPluginExtensions Info.plist key. (fds)
  • Loading branch information
rentzsch committed Feb 2, 2009
1 parent 17d4558 commit 6317cc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ClickToFlash.xcodeproj/project.pbxproj
Expand Up @@ -54,7 +54,7 @@
isa = PBXContainerItemProxy;
containerPortal = 55EB70320E04A8410016593D /* Project object */;
proxyType = 1;
remoteGlobalIDString = 55EB70410E04A8640016593D /* ClickToFlash */;
remoteGlobalIDString = 55EB70410E04A8640016593D;
remoteInfo = ClickToFlash;
};
5584064C0E0F35AC00EA991B /* PBXContainerItemProxy */ = {
Expand Down
4 changes: 4 additions & 0 deletions Plugin/Info-Plugin.plist
Expand Up @@ -30,6 +30,10 @@
<dict>
<key>application/x-shockwave-flash</key>
<dict>
<key>WebPluginExtensions</key>
<array>
<string>swf</string>
</array>
<key>WebPluginTypeDescription</key>
<string>ClickToFlash</string>
</dict>
Expand Down

0 comments on commit 6317cc9

Please sign in to comment.