summaryrefslogtreecommitdiffstats
path: root/remoting/host/plugin/host_plugin-Info.plist
blob: a2ff9003310bfd5964ae74661cf1b75e8ec997bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>