Skip to content

Commit

Permalink
Bump the macOS Info.plist copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 5, 2024
1 parent 1275332 commit 1fd9a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if(APPLE)
set(MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}")
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}")
set(MACOSX_BUNDLE_BLUETOOTH "${PROJECT_NAME} requires Bluetooth access to communicate with Pokit devices.")
set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2022-2023 Paul Colby <[email protected]>")
set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2022-2024 Paul Colby <[email protected]>")
set_target_properties(
cli
PROPERTIES
Expand Down

0 comments on commit 1fd9a3c

Please sign in to comment.