aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-20 11:20:54 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-20 18:46:00 +0000
commita2508bda19a4e8820fb1c716a7fdd21af50337e6 (patch)
tree168b0fece483641b26a509f4adf50729a863d643 /packaging/macosx
parentd86b308fd42c921f5e3e2422476adb4d20a23b79 (diff)
OS X: Add retina / hidpi support to Info.plist.
This should partially fix the problem described at https://ask.wireshark.org/questions/37177/pixelated-ui-on-mac-os-x-with-development-1990 Change-Id: I436aae0d5b681e9ff549d257c2244ee67448ab07 Reviewed-on: https://code.wireshark.org/review/4876 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/Info.plist.in130
1 files changed, 66 insertions, 64 deletions
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
index e870e6d591..1684f69335 100644
--- a/packaging/macosx/Info.plist.in
+++ b/packaging/macosx/Info.plist.in
@@ -1,69 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<!-- $Id$ -->
-<!-- @configure_input@ -->
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>Wireshark</string>
- <key>CFBundleGetInfoString</key>
- <string>@VERSION@, Copyright 1998-2014 Wireshark Development Team</string>
- <key>CFBundleIconFile</key>
- <string>Wireshark.icns</string>
- <key>CFBundleIdentifier</key>
- <string>org.wireshark.Wireshark</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>pcap</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>Wiresharkdoc.icns</string>
- <key>CFBundleTypeMIMETypes</key>
- <array>
- <string>application/vnd.tcpdump.pcap</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Pcap Network Capture</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>PCAP</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>pcapng</string>
- <string>ntar</string>
- </array>
- <key>CFBundleTypeIconFile</key>
- <string>Wiresharkdoc.icns</string>
- <key>CFBundleTypeName</key>
- <string>Pcap-NG Network Capture</string>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- <!-- XXX - This dictionary needs a lot more entries -->
- </array>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>@VERSION@</string>
- <key>CFBundleSignature</key>
- <string>Wshk</string>
- <key>CFBundleVersion</key>
- <string>@VERSION@</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 1998-2014 Wireshark Developers, GNU General Public License.</string>
- <key>LSMinimumSystemVersion</key>
- <string>10.6</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>Wireshark</string>
+ <key>CFBundleGetInfoString</key>
+ <string>@VERSION@, Copyright 1998-2014 Wireshark Development Team</string>
+ <key>CFBundleIconFile</key>
+ <string>Wireshark.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.wireshark.Wireshark</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>pcap</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>Wiresharkdoc.icns</string>
+ <key>CFBundleTypeMIMETypes</key>
+ <array>
+ <string>application/vnd.tcpdump.pcap</string>
+ </array>
+ <key>CFBundleTypeName</key>
+ <string>Pcap Network Capture</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>PCAP</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>pcapng</string>
+ <string>ntar</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>Wiresharkdoc.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>Pcap-NG Network Capture</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ </dict>
+ <!-- XXX - This dictionary needs a lot more entries -->
+ </array>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>@VERSION@</string>
+ <key>CFBundleSignature</key>
+ <string>Wshk</string>
+ <key>CFBundleVersion</key>
+ <string>@VERSION@</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright 1998-2014 Wireshark Developers, GNU General Public License.</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.6</string>
</dict>
</plist>