]>
Commit | Line | Data |
---|---|---|
67c8f8a1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
12c5fa7a | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
67c8f8a1 A |
3 | <plist version="1.0"> |
4 | <dict> | |
5 | <key>CFBundleDevelopmentRegion</key> | |
6 | <string>English</string> | |
7 | <key>CFBundleExecutable</key> | |
8 | <string>Bonjour</string> | |
9 | <key>CFBundleGetInfoString</key> | |
10 | <string></string> | |
11 | <key>CFBundleIconFile</key> | |
12 | <string>BonjourPref</string> | |
13 | <key>CFBundleIdentifier</key> | |
14 | <string>com.apple.preference.bonjour</string> | |
15 | <key>CFBundleInfoDictionaryVersion</key> | |
16 | <string>6.0</string> | |
17 | <key>CFBundleName</key> | |
18 | <string></string> | |
19 | <key>CFBundlePackageType</key> | |
20 | <string>BNDL</string> | |
21 | <key>CFBundleShortVersionString</key> | |
22 | <string>1.0</string> | |
23 | <key>CFBundleSignature</key> | |
24 | <string>????</string> | |
25 | <key>CFBundleVersion</key> | |
26 | <string>1.0</string> | |
27 | <key>NSMainNibFile</key> | |
28 | <string>DNSServiceDiscoveryPref</string> | |
29 | <key>NSPrefPaneIconFile</key> | |
30 | <string>BonjourPref.tiff</string> | |
31 | <key>NSPrefPaneIconLabel</key> | |
32 | <string>Bonjour</string> | |
33 | <key>NSPrincipalClass</key> | |
34 | <string>DNSServiceDiscoveryPref</string> | |
12c5fa7a A |
35 | <key>NSPrefPaneRemoteViewClass</key> |
36 | <string>BonjourPrefRemoteViewService</string> | |
67c8f8a1 A |
37 | </dict> |
38 | </plist> |