0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

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.
This commit is contained in:
gxalpha 2024-07-14 00:24:01 +02:00 committed by Ryan Foster
parent 5e5865b716
commit 4bbf8df2ba

View File

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