mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
33 lines
967 B
Plaintext
33 lines
967 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>CFBundlePackageType</key>
|
||
|
<string>BRPL</string>
|
||
|
<key>CFBundleDevelopmentRegion</key>
|
||
|
<string>en-US</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>1.0</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>org.mozilla.basicPlugin</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>${PRODUCT_NAME}</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>${EXECUTABLE_NAME}</string>
|
||
|
<key>WebPluginMIMETypes</key>
|
||
|
<dict>
|
||
|
<key>application/basic-plugin</key>
|
||
|
<dict>
|
||
|
<key>WebPluginTypeDescription</key>
|
||
|
<string>Basic plugin sample</string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
<key>WebPluginDescription</key>
|
||
|
<string>Basic plugin sample, part of the Gecko NPAPI SDK</string>
|
||
|
<key>WebPluginName</key>
|
||
|
<string>Basic Plugin Sample</string>
|
||
|
</dict>
|
||
|
</plist>
|