From 3efc3dbb0fccb39cd05ab2f94a7731c8db10cbea Mon Sep 17 00:00:00 2001 From: gxalpha Date: Sun, 18 Apr 2021 18:37:56 +0200 Subject: [PATCH] CI,cmake: Fix macOS version information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes an issue where on macOS the app’s Info window in Finder would say "Version: OBS - Free and Open Source Streaming/Recording Software" instead of the version set in CFBundleShortVersionString. Since CFBundleGetInfoString is deprecated anyways, it can safely be removed. --- CI/scripts/macos/app/Info.plist | 2 -- cmake/osxbundle/Info.plist | 2 -- 2 files changed, 4 deletions(-) diff --git a/CI/scripts/macos/app/Info.plist b/CI/scripts/macos/app/Info.plist index 4f19a3d46..eac08ca22 100644 --- a/CI/scripts/macos/app/Info.plist +++ b/CI/scripts/macos/app/Info.plist @@ -6,8 +6,6 @@ AppIcon.icns CFBundleName OBS - CFBundleGetInfoString - OBS - Free and Open Source Streaming/Recording Software CFBundleExecutable obs CFBundleIdentifier diff --git a/cmake/osxbundle/Info.plist b/cmake/osxbundle/Info.plist index 15a73261e..437d36666 100644 --- a/cmake/osxbundle/Info.plist +++ b/cmake/osxbundle/Info.plist @@ -6,8 +6,6 @@ OBS.icns CFBundleName OBS - CFBundleGetInfoString - OBS - Free and Open Source Streaming/Recording Software CFBundleExecutable OBS CFBundleIdentifier