|
@@ -50,7 +50,7 @@ function(set_target_properties_obs target)
|
|
if(target STREQUAL obs-studio)
|
|
if(target STREQUAL obs-studio)
|
|
set_target_properties(
|
|
set_target_properties(
|
|
${target}
|
|
${target}
|
|
- PROPERTIES OUTPUT_NAME "OBS Studio"
|
|
|
|
|
|
+ PROPERTIES OUTPUT_NAME OBS
|
|
MACOSX_BUNDLE TRUE
|
|
MACOSX_BUNDLE TRUE
|
|
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/cmake/macos/Info.plist.in"
|
|
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/cmake/macos/Info.plist.in"
|
|
XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY YES
|
|
XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY YES
|
|
@@ -62,7 +62,7 @@ function(set_target_properties_obs target)
|
|
set_target_xcode_properties(
|
|
set_target_xcode_properties(
|
|
${target}
|
|
${target}
|
|
PROPERTIES PRODUCT_BUNDLE_IDENTIFIER com.obsproject.obs-studio
|
|
PROPERTIES PRODUCT_BUNDLE_IDENTIFIER com.obsproject.obs-studio
|
|
- PRODUCT_NAME "OBS Studio"
|
|
|
|
|
|
+ PRODUCT_NAME OBS
|
|
ASSETCATALOG_COMPILER_APPICON_NAME AppIcon
|
|
ASSETCATALOG_COMPILER_APPICON_NAME AppIcon
|
|
CURRENT_PROJECT_VERSION ${OBS_BUILD_NUMBER}
|
|
CURRENT_PROJECT_VERSION ${OBS_BUILD_NUMBER}
|
|
MARKETING_VERSION ${OBS_VERSION_CANONICAL}
|
|
MARKETING_VERSION ${OBS_VERSION_CANONICAL}
|
|
@@ -75,7 +75,6 @@ function(set_target_properties_obs target)
|
|
INFOPLIST_KEY_NSHumanReadableCopyright "(c) 2012-${CURRENT_YEAR} Lain Bailey"
|
|
INFOPLIST_KEY_NSHumanReadableCopyright "(c) 2012-${CURRENT_YEAR} Lain Bailey"
|
|
INFOPLIST_KEY_NSCameraUsageDescription "OBS needs to access the camera to enable camera sources to work."
|
|
INFOPLIST_KEY_NSCameraUsageDescription "OBS needs to access the camera to enable camera sources to work."
|
|
INFOPLIST_KEY_NSMicrophoneUsageDescription "OBS needs to access the microphone to enable audio input.")
|
|
INFOPLIST_KEY_NSMicrophoneUsageDescription "OBS needs to access the microphone to enable audio input.")
|
|
-
|
|
|
|
# cmake-format: on
|
|
# cmake-format: on
|
|
|
|
|
|
get_property(obs_dependencies GLOBAL PROPERTY _OBS_DEPENDENCIES)
|
|
get_property(obs_dependencies GLOBAL PROPERTY _OBS_DEPENDENCIES)
|