Skip to content

Commit

Permalink
macOS packaging: Define bundle identifier in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 27, 2024
1 parent ee7bfc4 commit 933233e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1677,6 +1677,7 @@ set(MIXXX_INSTALL_LICENSEDIR "./doc")
if (APPLE AND MACOS_BUNDLE)
set(MIXXX_INSTALL_BINDIR "${CMAKE_INSTALL_BINDIR}")
set(MACOS_BUNDLE_NAME Mixxx)
set(MACOS_BUNDLE_IDENTIFIER org.mixxx.mixxx)
set(MIXXX_INSTALL_PREFIX "${MACOS_BUNDLE_NAME}.app")
set(MIXXX_INSTALL_DATADIR "${MIXXX_INSTALL_PREFIX}/Contents/Resources")
set(MIXXX_INSTALL_DOCDIR "${MIXXX_INSTALL_DATADIR}")
Expand Down
2 changes: 1 addition & 1 deletion packaging/macos/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<string>APPL</string>

<key>CFBundleIdentifier</key>
<string>org.mixxx.mixxx</string>
<string>@MACOS_BUNDLE_IDENTIFIER@</string>

<key>CFBundleName</key>
<string>Mixxx</string>
Expand Down

0 comments on commit 933233e

Please sign in to comment.