Skip to content

Commit

Permalink
Bundle set version
Browse files Browse the repository at this point in the history
  • Loading branch information
TAR-ALEX committed May 12, 2024
1 parent 5f301e2 commit 7b9d655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ elseif(APPLE)
)
set_target_properties(${PROJECT_NAME} PROPERTIES
MACOSX_BUNDLE TRUE
MACOSX_BUNDLE_GUI_IDENTIFIER com.github.TAR-ALEX.${PROJECT_NAME}
MACOSX_BUNDLE_BUNDLE_NAME ${PROJECT_NAME}
MACOSX_BUNDLE_BUNDLE_VERSION "1.1"
MACOSX_BUNDLE_SHORT_VERSION_STRING "1.1"
)
else()
add_executable(${PROJECT_NAME} ${APP_SOURCES} ${VENDOR_SOURCES})
Expand Down

0 comments on commit 7b9d655

Please sign in to comment.