Index: remoting/host/plugin/host_plugin-Info.plist |
diff --git a/remoting/host/plugin/host_plugin-Info.plist b/remoting/host/plugin/host_plugin-Info.plist |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a2ff9003310bfd5964ae74661cf1b75e8ec997bd |
--- /dev/null |
+++ b/remoting/host/plugin/host_plugin-Info.plist |
@@ -0,0 +1,29 @@ |
+<?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>CFBundleDevelopmentRegion</key> |
+ <string>English</string> |
+ <key>CFBundleExecutable</key> |
+ <string>${EXECUTABLE_NAME}</string> |
+ <key>CFBundleIdentifier</key> |
+ <string>${CHROMIUM_BUNDLE_ID}.remoting.host.plugin</string> |
+ <key>CFBundleInfoDictionaryVersion</key> |
+ <string>6.0</string> |
+ <key>CFBundlePackageType</key> |
+ <string>BRPL</string> |
+ <key>CFBundleShortVersionString</key> |
+ <string>VERSION_SHORT</string> |
+ <key>CFBundleVersion</key> |
+ <string>VERSION_FULL</string> |
+ <key>CFBundleSignature</key> |
+ <string>${CHROMIUM_CREATOR}</string> |
+ <key>LSMinimumSystemVersion</key> |
+ <string>10.5.0</string> |
+ <key>WebPluginMIMETypes</key> |
+ <dict> |
+ <key>HOST_PLUGIN_MIME_TYPE</key> |
+ <dict/> |
+ </dict> |
+</dict> |
+</plist> |