Skip to content

Commit

Permalink
Fix git version in Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed May 3, 2024
1 parent 07bd9bf commit 882cdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ set_target_properties(${DRIVER_NAME} PROPERTIES
MACOSX_BUNDLE ON
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in
MACOSX_BUNDLE_BUNDLE_NAME ${DRIVER_NAME}
MACOSX_BUNDLE_BUNDLE_VERSION ${GIT_VERSION}
MACOSX_BUNDLE_SHORT_VERSION_STRING ${GIT_VERSION}
MACOSX_BUNDLE_BUNDLE_VERSION ${GIT_RELEASE}
MACOSX_BUNDLE_SHORT_VERSION_STRING ${GIT_RELEASE}
MACOSX_BUNDLE_COPYRIGHT ${DRIVER_COPYRIGHT}
MACOSX_BUNDLE_GUI_IDENTIFIER ${DRIVER_BUNDLE_ID}
)
Expand Down

0 comments on commit 882cdde

Please sign in to comment.