29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>CardinalNative</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>distrho.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>studio.kx.distrho.cardinal.native</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>24.04</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.15</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>(C) 2011-2024 Filipe Coelho.
|
|
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>NSRequiresAquaSystemAppearance</key>
|
|
<false/>
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
<string>Cardinal requires network permissions for remote OSC control.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Cardinal requires microphone permissions for audio input.</string>
|
|
</dict>
|
|
</plist>
|