source: rtems-libbsd/mDNSResponder/mDNSMacOSX/BonjourEvents-Info.plist @ 4a5f546

55-freebsd-126-freebsd-12
Last change on this file since 4a5f546 was 9449f15, checked in by Sebastian Huber <sebastian.huber@…>, on 01/30/14 at 12:52:13

mDNS: Import

The sources can be obtained via:

http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-544.tar.gz

  • Property mode set to 100644
File size: 1.4 KB
Line 
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>CFBundleName</key>
10        <string>${PRODUCT_NAME}</string>
11        <key>CFBundleIconFile</key>
12        <string></string>
13        <key>CFBundleIdentifier</key>
14        <string>com.apple.${PRODUCT_NAME:rfc1034identifier}</string>
15        <key>CFBundleInfoDictionaryVersion</key>
16        <string>6.0</string>
17        <key>CFBundlePackageType</key>
18        <string>BNDL</string>
19        <key>CFBundleSignature</key>
20        <string>????</string>
21        <key>CFBundleVersion</key>
22        <string>1</string>
23        <key>CFBundleShortVersionString</key>
24        <string>1.0</string>
25        <key>CFPlugInDynamicRegisterFunction</key>
26        <string></string>
27        <key>CFPlugInDynamicRegistration</key>
28        <string>NO</string>
29        <key>CFPlugInFactories</key>
30        <dict>
31                <key>FB86416D-6164-2070-726F-70735C216EC0</key>
32                <string>UserEventAgentFactory</string>
33        </dict>
34        <key>CFPlugInTypes</key>
35        <dict>
36                <key>FC86416D-6164-2070-726F-70735C216EC0</key>
37                <array>
38                        <string>FB86416D-6164-2070-726F-70735C216EC0</string>
39                </array>
40        </dict>
41        <key>CFPlugInUnloadFunction</key>
42        <string></string>
43        <key>LimitLoadToSessionType</key>
44        <array>
45                <string>System</string>
46                <string>Aqua</string>
47        </array>
48</dict>
49</plist>
Note: See TracBrowser for help on using the repository browser.