macOS: Update our app bundle plist info

Remove CFBundleGetInfoString, which is deprecated, in favor of
NSHumanReadableCopyright. Use the same organization name there as we do
in our Windows resource files.

Ping #14407
This commit is contained in:
Gerald Combs 2024-02-16 09:56:46 -08:00
parent 76cfa03d61
commit b1bd18d826
2 changed files with 2 additions and 6 deletions

View File

@ -6,8 +6,6 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>Logray</string>
<key>CFBundleGetInfoString</key>
<string>@LOG_PROJECT_VERSION@, Copyright 1998-2024 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Logray.icns</string>
<key>CFBundleIdentifier</key>
@ -40,7 +38,7 @@
<key>CFBundleVersion</key>
<string>@LOG_PROJECT_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2024 Wireshark Developers, GNU General Public License.</string>
<string>Copyright 1998-2024 the Wireshark developer community</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>

View File

@ -6,8 +6,6 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>Wireshark</string>
<key>CFBundleGetInfoString</key>
<string>@PROJECT_VERSION@, Copyright 1998-2024 Wireshark Development Team</string>
<key>CFBundleIconFile</key>
<string>Wireshark.icns</string>
<key>CFBundleIdentifier</key>
@ -257,7 +255,7 @@
<key>CFBundleVersion</key>
<string>@PROJECT_VERSION@</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 1998-2024 Wireshark Developers, GNU General Public License.</string>
<string>Copyright 1998-2024 the Wireshark developer community</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>