We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e1114 commit 64c2dc6Copy full SHA for 64c2dc6
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 ObsVertical
+ OUTPUT_NAME OBS
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
@@ -55,7 +55,7 @@ function(set_target_properties_obs target)
55
set_target_xcode_properties(
56
57
PROPERTIES PRODUCT_BUNDLE_IDENTIFIER io.restream.obsvertical
58
- PRODUCT_NAME ObsVertical
+ PRODUCT_NAME OBS
59
ASSETCATALOG_COMPILER_APPICON_NAME AppIcon
60
CURRENT_PROJECT_VERSION ${OBS_BUILD_NUMBER}
61
MARKETING_VERSION ${OBS_VERSION_CANONICAL}
0 commit comments