Skip to content

Commit

Permalink
cmake: Set CFBundleDisplayName for camera extension
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gxalpha authored and RytoEX committed Jul 30, 2024
1 parent 5e5865b commit 4bbf8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/mac-virtualcam/src/camera-extension/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4bbf8df

Please sign in to comment.