CI,cmake: Fix macOS version information

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.
This commit is contained in:
gxalpha 2021-04-18 18:37:56 +02:00 committed by Jim
parent 7a87777225
commit 3efc3dbb0f
2 changed files with 0 additions and 4 deletions

View File

@ -6,8 +6,6 @@
<string>AppIcon.icns</string>
<key>CFBundleName</key>
<string>OBS</string>
<key>CFBundleGetInfoString</key>
<string>OBS - Free and Open Source Streaming/Recording Software</string>
<key>CFBundleExecutable</key>
<string>obs</string>
<key>CFBundleIdentifier</key>

View File

@ -6,8 +6,6 @@
<string>OBS.icns</string>
<key>CFBundleName</key>
<string>OBS</string>
<key>CFBundleGetInfoString</key>
<string>OBS - Free and Open Source Streaming/Recording Software</string>
<key>CFBundleExecutable</key>
<string>OBS</string>
<key>CFBundleIdentifier</key>