]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSMacOSX/PreferencePane/RemoteViewService/BonjourPrefRemoteViewService-Info.plist
mDNSResponder-1310.80.1.tar.gz
[apple/mdnsresponder.git] / mDNSMacOSX / PreferencePane / RemoteViewService / BonjourPrefRemoteViewService-Info.plist
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>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleIdentifier</key>
10 <string>$(PRODUCT_NAME)</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundleName</key>
14 <string>${PRODUCT_NAME}</string>
15 <key>CFBundlePackageType</key>
16 <string>XPC!</string>
17 <key>CFBundleShortVersionString</key>
18 <string>1.0</string>
19 <key>CFBundleSignature</key>
20 <string>????</string>
21 <key>CFBundleVersion</key>
22 <string>1</string>
23 <key>CFBundleVisibleComponentName</key>
24 <string>$(CFBundleVisibleComponentName)</string>
25 <key>LSBackgroundOnly</key>
26 <true/>
27 <key>NSHumanReadableCopyright</key>
28 <string>Copyright © 2015 Apple Inc. All rights reserved.</string>
29 <key>NSPreferencePaneBundle</key>
30 <string>Bonjour</string>
31 <key>NSPrincipalClass</key>
32 <string>NSViewServiceApplication</string>
33 <key>XPCService</key>
34 <dict>
35 <key>JoinExistingSession</key>
36 <true/>
37 <key>RunLoopType</key>
38 <string>_NSApplicationMain</string>
39 </dict>
40 </dict>
41 </plist>