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:
parent
7a87777225
commit
3efc3dbb0f
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user