You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
1.1KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleExecutable</key>
  8. <string>Ildaeil</string>
  9. <key>CFBundleIconFile</key>
  10. <string>distrho.icns</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>studio.kx.distrho.ildaeil</string>
  13. <key>CFBundleShortVersionString</key>
  14. <string>1.3</string>
  15. <key>LSMinimumSystemVersion</key>
  16. <string>10.8</string>
  17. <key>NSHumanReadableCopyright</key>
  18. <string>(C) 2011-2023 Filipe Coelho.
  19. 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>
  20. <key>NSHighResolutionCapable</key>
  21. <true/>
  22. <key>NSRequiresAquaSystemAppearance</key>
  23. <false/>
  24. <key>NSMicrophoneUsageDescription</key>
  25. <string>Ildaeil requires microphone permissions for audio input.</string>
  26. </dict>
  27. </plist>