We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1b489 commit c33b6d5Copy full SHA for c33b6d5
1 file changed
cmake/macos/helpers.cmake
@@ -43,7 +43,7 @@ function(set_target_properties_obs target)
43
set_target_properties(
44
${target}
45
PROPERTIES
46
- OUTPUT_NAME OBS
+ OUTPUT_NAME ObsVertical
47
MACOSX_BUNDLE TRUE
48
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/cmake/macos/Info.plist.in"
49
XCODE_EMBED_FRAMEWORKS_REMOVE_HEADERS_ON_COPY YES
@@ -54,8 +54,8 @@ function(set_target_properties_obs target)
54
55
set_target_xcode_properties(
56
57
- PROPERTIES PRODUCT_BUNDLE_IDENTIFIER com.obsproject.obs-studio
58
- PRODUCT_NAME OBS
+ PROPERTIES PRODUCT_BUNDLE_IDENTIFIER io.restream.home
+ PRODUCT_NAME ObsVertical
59
ASSETCATALOG_COMPILER_APPICON_NAME AppIcon
60
CURRENT_PROJECT_VERSION ${OBS_BUILD_NUMBER}
61
MARKETING_VERSION ${OBS_VERSION_CANONICAL}
0 commit comments