mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
35 lines
926 B
Plaintext
35 lines
926 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>WebPluginMIMETypes</key>
|
|
<dict>
|
|
<key>*</key>
|
|
<dict>
|
|
<key>WebPluginExtensions</key>
|
|
<array>
|
|
<string>*</string>
|
|
</array>
|
|
<key>WebPluginTypeDescription</key>
|
|
<string>All types</string>
|
|
</dict>
|
|
</dict>
|
|
<key>WebPluginDescription</key>
|
|
<string>Gecko default plugin</string>
|
|
<key>WebPluginName</key>
|
|
<string>Default Plugin</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.mozilla.DefaultPlugin</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>NSPL</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>2.0</string>
|
|
</dict>
|
|
</plist>
|