summaryrefslogtreecommitdiffstats
path: root/cmake/macos_bundle.plist.in
blob: 1f8af6bb1e753e6cdb920633786829e462b74659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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>@MACOS_BUNDLE_MINVERSION@</string>
  </dict>
</plist>