From 74272cb00f01fcbe4aa295221b55c16f2ba81564 Mon Sep 17 00:00:00 2001 From: Be Wilson Date: Sat, 7 Nov 2020 23:02:50 -0600 Subject: CMakeLists: build macOS DMG using CPack DragNDrop generator --- cmake/macos_bundle.plist.in | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 cmake/macos_bundle.plist.in (limited to 'cmake') diff --git a/cmake/macos_bundle.plist.in b/cmake/macos_bundle.plist.in new file mode 100644 index 0000000000..1f8af6bb1e --- /dev/null +++ b/cmake/macos_bundle.plist.in @@ -0,0 +1,41 @@ + + + + + CFBundleExecutable + mixxx + + CFBundleIconFile + application.icns + + CFBundlePackageType + APPL + + CFBundleIdentifier + org.mixxx.mixxx + + CFBundleDisplayName + Mixxx + + CFBundleVersion + @MACOS_BUNDLE_VERSION@ + + CFBundleShortVersionString + @MACOS_BUNDLE_SHORTVERSION@ + + NSHumanReadableCopyright + Copyright © 2001-@MIXXX_YEAR@ Mixxx Development Team + + NSPrincipalClass + NSApplication + + NSHighResolutionCapable + True + + LSApplicationCategoryType + public.app-category.music + + LSMinimumSystemVersion + @MACOS_BUNDLE_MINVERSION@ + + -- cgit v1.2.3