aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-08-31 17:59:36 -0700
committerGerald Combs <gerald@wireshark.org>2022-09-01 09:05:58 -0700
commitb984e6e29d21427277da85e8634e25117c836703 (patch)
tree5cc06bb1d143f0c692d339c4f1fcaf666fe95e43 /packaging
parent189611504a4e09b2bda8cf0f7cba28deb6683a7c (diff)
CMake: Split more Wireshark/Logray variables.
Split our macOS application bundle variables into Wireshark- and Logray-specific ones. Make sure Logray's PkgInfo and CFBundleSignature match.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/LograyInfo.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/LograyInfo.plist.in b/packaging/macosx/LograyInfo.plist.in
index 9e72fd76fd..50c9a5ddad 100644
--- a/packaging/macosx/LograyInfo.plist.in
+++ b/packaging/macosx/LograyInfo.plist.in
@@ -36,7 +36,7 @@
<key>CFBundleShortVersionString</key>
<string>@LOG_PROJECT_VERSION@</string>
<key>CFBundleSignature</key>
- <string>Lshk</string>
+ <string>Lgry</string>
<key>CFBundleVersion</key>
<string>@LOG_PROJECT_VERSION@</string>
<key>NSHumanReadableCopyright</key>