|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | | - <dict> |
5 | | - <key>CFBundleName</key> |
6 | | - <string>${EXECUTABLE_NAME}</string> |
7 | | - <key>CFBundleDisplayName</key> |
8 | | - <string>${EXECUTABLE_NAME}</string> |
9 | | - <key>CFBundleIdentifier</key> |
10 | | - <string>${PRODUCT_BUNDLE_IDENTIFIER}</string> |
11 | | - <key>CFBundlePackageType</key> |
12 | | - <string>APPL</string> |
13 | | - <key>CFBundleVersion</key> |
14 | | - <string>${QMAKE_FULL_VERSION}</string> |
15 | | - <key>CFBundleExecutable</key> |
16 | | - <string>${EXECUTABLE_NAME}</string> |
17 | | - <key>CFBundleDevelopmentRegion</key> |
18 | | - <string>en</string> |
19 | | - <key>CFBundleIconFile</key> |
20 | | - <string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string> |
21 | | - <key>CFBundleGetInfoString</key> |
22 | | - <string>Created by Qt/QMake</string> |
23 | | - |
24 | | - <key>NSPrincipalClass</key> |
25 | | - <string>NSApplication</string> |
26 | | - <key>NSMicrophoneUsageDescription</key> |
27 | | - <string>Jamulus needs access to the microphone to record and stream your music to other musicians</string> |
28 | | - <!-- Temporarily opt out of Dark Mode as Qt 5.9 does not support it well, see https://bugreports.qt.io/browse/QTBUG-68891 --> |
29 | | - <key>NSRequiresAquaSystemAppearance</key> |
30 | | - <string>true</string> |
31 | | - </dict> |
| 4 | +<dict> |
| 5 | + <key>CFBundleName</key> |
| 6 | + <string>${EXECUTABLE_NAME}</string> |
| 7 | + <key>CFBundleDisplayName</key> |
| 8 | + <string>${EXECUTABLE_NAME}</string> |
| 9 | + <key>CFBundleIdentifier</key> |
| 10 | + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string> |
| 11 | + <key>CFBundlePackageType</key> |
| 12 | + <string>APPL</string> |
| 13 | + <key>CFBundleVersion</key> |
| 14 | + <string>${QMAKE_FULL_VERSION}</string> |
| 15 | + <key>CFBundleShortVersionString</key> |
| 16 | + <string>${QMAKE_SHORT_VERSION}</string> |
| 17 | + <key>CFBundleSupportedPlatforms</key> |
| 18 | + <array> |
| 19 | + <string>MacOSX</string> |
| 20 | + </array> |
| 21 | + <key>LSApplicationCategoryType</key> |
| 22 | + <string>public.app-category.music</string> |
| 23 | + <key>LSMinimumSystemVersion</key> |
| 24 | + <string>10.13.0</string> |
| 25 | + <key>CFBundleExecutable</key> |
| 26 | + <string>${EXECUTABLE_NAME}</string> |
| 27 | + <key>CFBundleDevelopmentRegion</key> |
| 28 | + <string>en</string> |
| 29 | + <key>CFBundleIconFile</key> |
| 30 | + <string>mainicon.icns</string> |
| 31 | + <key>CFBundleGetInfoString</key> |
| 32 | + <string>Jamulus - Created with QT</string> |
| 33 | + <key>NSPrincipalClass</key> |
| 34 | + <string>NSApplication</string> |
| 35 | + <key>NSMicrophoneUsageDescription</key> |
| 36 | + <string>Jamulus needs access to the microphone to record and stream your music to other musicians</string> |
| 37 | + <key>NSRequiresAquaSystemAppearance</key> |
| 38 | + <string>true</string> |
| 39 | +</dict> |
32 | 40 | </plist> |
0 commit comments