Skip to content

Commit

Permalink
Fix problems with flash player version detection. We now spoof 10.0 r22.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan 'Wolf' Rentzsch <jwr.git@redshed.net>
  • Loading branch information
lapcat authored and rentzsch committed May 21, 2009
1 parent 6d1803d commit d470c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin/Info-Plugin.plist
Expand Up @@ -27,7 +27,7 @@
<key>SUFeedURL</key> <key>SUFeedURL</key>
<string>https://s3.amazonaws.com/clicktoflash/appcast.xml</string> <string>https://s3.amazonaws.com/clicktoflash/appcast.xml</string>
<key>WebPluginDescription</key> <key>WebPluginDescription</key>
<string>Shockwave Flash 9.0.151 (ClickToFlash${PRODUCT_VERSION})</string> <string>Shockwave Flash 10.0 r22</string>
<key>WebPluginMIMETypes</key> <key>WebPluginMIMETypes</key>
<dict> <dict>
<key>application/x-shockwave-flash</key> <key>application/x-shockwave-flash</key>
Expand All @@ -37,7 +37,7 @@
<string>swf</string> <string>swf</string>
</array> </array>
<key>WebPluginTypeDescription</key> <key>WebPluginTypeDescription</key>
<string>Shockwave Flash 9.0.151 (ClickToFlash${PRODUCT_VERSION})</string> <string>ClickToFlash ${PRODUCT_VERSION}</string>
</dict> </dict>
</dict> </dict>
<key>WebPluginName</key> <key>WebPluginName</key>
Expand Down

0 comments on commit d470c3d

Please sign in to comment.