Skip to content

Commit

Permalink
Set (most) remaining Info.plist entries (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 7, 2023
1 parent fbaae40 commit 47245f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ set_target_properties(cli PROPERTIES OUTPUT_NAME dokit)

# Add a custom Info.plist file to the app bundle.
if(APPLE)
set(MACOSX_BUNDLE_BLUETOOTH "${PROJECT_NAME} requires Bluetooth access to communicate with Pokit devices.")
set(MACOSX_BUNDLE_BUNDLE_NAME "${PROJECT_NAME} CLI")
set(MACOSX_BUNDLE_GUI_IDENTIFIER "au.id.colby.dokit.cli")
# \todo MACOSX_BUNDLE_ICON_FILE
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_target_properties(
cli
PROPERTIES
Expand Down

0 comments on commit 47245f3

Please sign in to comment.