HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / packaging / macosx / Info.plist.in
blob7d4365873a4cea3e551215b6b88d1646a5a2a460
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <!-- $Id$ -->
4 <!-- @configure_input@ -->
5 <plist version="1.0">
6 <dict>
7 <key>CFBundleDevelopmentRegion</key>
8 <string>English</string>
9 <key>CFBundleExecutable</key>
10 <string>Wireshark</string>
11 <key>CFBundleGetInfoString</key>
12 <string>@VERSION@, Copyright 1998-2013 Wireshark Development Team</string>
13 <key>CFBundleIconFile</key>
14 <string>Wireshark.icns</string>
15 <key>CFBundleIdentifier</key>
16 <string>org.wireshark.Wireshark</string>
17 <key>CFBundleDocumentTypes</key>
18 <array>
19 <dict>
20 <key>CFBundleTypeExtensions</key>
21 <array>
22 <string>pcap</string>
23 </array>
24 <key>CFBundleTypeIconFile</key>
25 <string>Wiresharkdoc.icns</string>
26 <key>CFBundleTypeMIMETypes</key>
27 <array>
28 <string>application/vnd.tcpdump.pcap</string>
29 </array>
30 <key>CFBundleTypeName</key>
31 <string>Pcap Network Capture</string>
32 <key>CFBundleTypeOSTypes</key>
33 <array>
34 <string>PCAP</string>
35 </array>
36 <key>CFBundleTypeRole</key>
37 <string>Viewer</string>
38 </dict>
39 <dict>
40 <key>CFBundleTypeExtensions</key>
41 <array>
42 <string>pcapng</string>
43 <string>ntar</string>
44 </array>
45 <key>CFBundleTypeIconFile</key>
46 <string>Wiresharkdoc.icns</string>
47 <key>CFBundleTypeName</key>
48 <string>Pcap-NG Network Capture</string>
49 <key>CFBundleTypeRole</key>
50 <string>Viewer</string>
51 </dict>
52 <!-- XXX - This dictionary needs a lot more entries -->
53 </array>
54 <key>CFBundleInfoDictionaryVersion</key>
55 <string>6.0</string>
56 <key>CFBundlePackageType</key>
57 <string>APPL</string>
58 <key>CFBundleShortVersionString</key>
59 <string>@VERSION@</string>
60 <key>CFBundleSignature</key>
61 <string>Wshk</string>
62 <key>CFBundleVersion</key>
63 <string>@VERSION@</string>
64 <key>NSHumanReadableCopyright</key>
65 <string>Copyright 1998-2013 Wireshark Developers, GNU General Public License.</string>
66 <key>LSMinimumSystemVersion</key>
67 <string>10.6</string>
68 </dict>
69 </plist>