summaryrefslogtreecommitdiffstats
path: root/packaging/macos/bundle.plist.in
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-12-14 05:17:19 -0600
committerBe <be@mixxx.org>2020-12-14 05:17:19 -0600
commitdff536b605f2024ca731e521fd765ca7c7f6e224 (patch)
tree622240b547ca847d9ace22505afb59dea83c001d /packaging/macos/bundle.plist.in
parent244674929a7f66d93c168f173754868fdd801ba1 (diff)
parent13fd25a00ff9bbfb9f0c80ca78ae6c4111b7abdf (diff)
Merge remote-tracking branch 'upstream/2.3' into main
Diffstat (limited to 'packaging/macos/bundle.plist.in')
-rw-r--r--packaging/macos/bundle.plist.in41
1 files changed, 41 insertions, 0 deletions
diff --git a/packaging/macos/bundle.plist.in b/packaging/macos/bundle.plist.in
new file mode 100644
index 0000000000..472b7554af
--- /dev/null
+++ b/packaging/macos/bundle.plist.in
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>CFBundleExecutable</key>
+ <string>mixxx</string>
+
+ <key>CFBundleIconFile</key>
+ <string>application.icns</string>
+
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+
+ <key>CFBundleIdentifier</key>
+ <string>org.mixxx.mixxx</string>
+
+ <key>CFBundleDisplayName</key>
+ <string>Mixxx</string>
+
+ <key>CFBundleVersion</key>
+ <string>@MACOS_BUNDLE_VERSION@</string>
+
+ <key>CFBundleShortVersionString</key>
+ <string>@MACOS_BUNDLE_SHORTVERSION@</string>
+
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2001-@MIXXX_YEAR@ Mixxx Development Team</string>
+
+ <key>NSPrincipalClass</key>
+ <string>NSApplication</string>
+
+ <key>NSHighResolutionCapable</key>
+ <string>True</string>
+
+ <key>LSApplicationCategoryType</key>
+ <string>public.app-category.music</string>
+
+ <key>LSMinimumSystemVersion</key>
+ <string>@CMAKE_OSX_DEPLOYMENT_TARGET@</string>
+ </dict>
+</plist>