Skip to content

Commit

Permalink
Escape XML entities in Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 6, 2023
1 parent 47245f3 commit 12ef16b
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-2023 Paul Colby &lt;[email protected]&gt;")
set_target_properties(
cli
PROPERTIES
Expand Down

0 comments on commit 12ef16b

Please sign in to comment.