• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/WebKit2-7600.1.25/NetworkProcess/EntryPoint/mac/XPCService/NetworkService.Development/
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>CFBundleGetInfoString</key>
6	<string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
7	<key>CFBundleDevelopmentRegion</key>
8	<string>English</string>
9	<key>CFBundleExecutable</key>
10	<string>${EXECUTABLE_NAME}</string>
11	<key>CFBundleIdentifier</key>
12	<string>com.apple.WebKit.Networking.Development</string>
13	<key>CFBundleInfoDictionaryVersion</key>
14	<string>6.0</string>
15	<key>CFBundleName</key>
16	<string>${PRODUCT_NAME}</string>
17	<key>CFBundlePackageType</key>
18	<string>XPC!</string>
19	<key>CFBundleShortVersionString</key>
20	<string>${SHORT_VERSION_STRING}</string>
21	<key>CFBundleSignature</key>
22	<string>????</string>
23	<key>CFBundleVersion</key>
24	<string>${BUNDLE_VERSION}</string>
25	<key>LSFileQuarantineEnabled</key>
26	<true/>
27	<key>NSPrincipalClass</key>
28	<string>NSApplication</string>
29	<key>WebKitEntryPoint</key>
30	<string>NetworkServiceInitializer</string>
31	<key>LSUIElement</key>
32	<true/>
33	<key>XPCService</key>
34	<dict>
35		<key>ServiceType</key>
36		<string>Application</string>
37		<key>JoinExistingSession</key>
38		<true/>
39		<key>RunLoopType</key>
40		<string>NSRunLoop</string>
41		<key>_MultipleInstances</key>
42		<true/>
43	</dict>
44</dict>
45</plist>
46