Procházet zdrojové kódy

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.
gxalpha před 4 roky
rodič
revize
3efc3dbb0f
2 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 2
      CI/scripts/macos/app/Info.plist
  2. 0 2
      cmake/osxbundle/Info.plist

+ 0 - 2
CI/scripts/macos/app/Info.plist

@@ -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>

+ 0 - 2
cmake/osxbundle/Info.plist

@@ -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>