Browse Source

cmake: Set CFBundleDisplayName for camera extension

macOS shows this in the settings so we should set it, otherwise it will
fall back on the identifier which isn't great for users.
gxalpha 1 year ago
parent
commit
4bbf8df2ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/mac-virtualcam/src/camera-extension/CMakeLists.txt

+ 1 - 0
plugins/mac-virtualcam/src/camera-extension/CMakeLists.txt

@@ -51,6 +51,7 @@ set_target_xcode_properties(
              MARKETING_VERSION ${OBS_VERSION_CANONICAL}
              COPY_PHASE_STRIP NO
              GENERATE_INFOPLIST_FILE YES
+             INFOPLIST_KEY_CFBundleDisplayName "OBS Virtual Camera"
              INFOPLIST_KEY_NSHumanReadableCopyright "(c) 2022-${CURRENT_YEAR} Sebastian Beckmann, Patrick Heyer"
              INFOPLIST_KEY_NSSystemExtensionUsageDescription "This Camera Extension enables virtual camera functionality in OBS Studio.")
 # cmake-format: on