Kaynağa Gözat

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 4 yıl önce
ebeveyn
işleme
3efc3dbb0f
2 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  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>