summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/win/WebKit2WebProcess.resources/Info.plist
blob: 2b8f801e929f964eba7f19e6bf5cccbbdf7dcbf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>WebKit2WebProcess</string>
	<key>CFBundleGetInfoString</key>
	<string>Copyright 2011 Apple Inc.</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.WebKit2WebProcess</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>WebKit2WebProcess</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
</dict>
</plist>