aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/LograyInfo.plist.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-30 09:45:49 -0700
committerGerald Combs <gerald@wireshark.org>2022-07-06 15:04:25 +0000
commit75efbb1ac4590f0e086bd3d028bc8b525b8eb3c6 (patch)
treeea83ae6be0c205a8bab41e1463807cd460a96c16 /packaging/macosx/LograyInfo.plist.in
parent78ebafd70821d5c2de9b9e085097780d736cdfac (diff)
Rename Logwolf to Logray
Switch to the name "Logray" for the log analyzer. Rays are biological cousins of sharks and more people like the name "Logray" in a completely unscientific survey here. Apologies for any inconvenience this might cause.
Diffstat (limited to 'packaging/macosx/LograyInfo.plist.in')
-rw-r--r--packaging/macosx/LograyInfo.plist.in71
1 files changed, 71 insertions, 0 deletions
diff --git a/packaging/macosx/LograyInfo.plist.in b/packaging/macosx/LograyInfo.plist.in
new file mode 100644
index 0000000000..9e72fd76fd
--- /dev/null
+++ b/packaging/macosx/LograyInfo.plist.in
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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>Logray</string>
+ <key>CFBundleGetInfoString</key>
+ <string>@LOG_PROJECT_VERSION@, Copyright 1998-2022 Wireshark Development Team</string>
+ <key>CFBundleIconFile</key>
+ <string>Wireshark.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.wireshark.Logray</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>scap</string>
+ <string>scap.gz</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>Wiresharkdoc.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>Sysdig 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>@LOG_PROJECT_VERSION@</string>
+ <key>CFBundleSignature</key>
+ <string>Lshk</string>
+ <key>CFBundleVersion</key>
+ <string>@LOG_PROJECT_VERSION@</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright 1998-2022 Wireshark Developers, GNU General Public License.</string>
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
+ <!-- Force dark mode support. -->
+ <key>NSRequiresAquaSystemAppearance</key>
+ <false/>
+ <key>LSMinimumSystemVersion</key>
+ <string>@MIN_MACOS_VERSION@</string>
+
+ <!-- Sparkle settings https://sparkle-project.org/documentation/customization/ -->
+ <key>SUFeedURL</key>
+ <string>https://www.wireshark.org/update/0/Logray/@LOG_PROJECT_MAJOR_VERSION@.@LOG_PROJECT_MINOR_VERSION@.@PROJECT_PATCH_VERSION@/macOS/x86-64/en-US/stable.xml</string>
+ <key>SUEnableAutomaticChecks</key>
+ <false/>
+ <key>SUPublicEDKey</key>
+ <string>BeSuPpEZOmOzkON9QMnfIdwyi06P/LcVoik8M5O2bsQ=</string>
+ <key>SUEnableSystemProfiling</key>
+ <false/>
+ <!--
+ Disable automatic updates here, then enable them at program
+ startup depending on prefs.gui_update_enabled.
+ -->
+ <key>SUAutomaticallyUpdate</key>
+ <false/>
+
+</dict>
+</plist>