Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
Tor Browser
Commits
7dd19396
Commit
7dd19396
authored
May 28, 2011
by
David Humphrey
Browse files
Bug 650451 - Associate the application with playable media types on Mac. r=ted,smichaud
parent
a5993625
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/app/macbuild/Contents/Info.plist.in
View file @
7dd19396
...
...
@@ -92,6 +92,55 @@
<key>
CFBundleTypeRole
</key>
<string>
Viewer
</string>
</dict>
<dict>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
oga
</string>
<string>
ogg
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
document.icns
</string>
<key>
CFBundleTypeMIMETypes
</key>
<array>
<string>
audio/ogg
</string>
</array>
<key>
CFBundleTypeName
</key>
<string>
HTML5 Audio (Ogg)
</string>
<key>
CFBundleTypeRole
</key>
<string>
Viewer
</string>
</dict>
<dict>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
ogv
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
document.icns
</string>
<key>
CFBundleTypeMIMETypes
</key>
<array>
<string>
video/ogg
</string>
</array>
<key>
CFBundleTypeName
</key>
<string>
HTML5 Video (Ogg)
</string>
<key>
CFBundleTypeRole
</key>
<string>
Viewer
</string>
</dict>
<dict>
<key>
CFBundleTypeExtensions
</key>
<array>
<string>
webm
</string>
</array>
<key>
CFBundleTypeIconFile
</key>
<string>
document.icns
</string>
<key>
CFBundleTypeMIMETypes
</key>
<array>
<string>
video/webm
</string>
</array>
<key>
CFBundleTypeName
</key>
<string>
HTML5 Video (WebM)
</string>
<key>
CFBundleTypeRole
</key>
<string>
Viewer
</string>
</dict>
</array>
<key>
CFBundleExecutable
</key>
<string>
firefox-bin
</string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment