Force Aqua appearance on 10.15+

If built using the 10.15+ SDK, the UI will take on some
of the new system visuals (like colors).  But, Audacity
isn't ready for that yet, so this tells the system it
needs the old look.
This commit is contained in:
Leland Lucius 2020-01-04 03:10:05 -06:00
parent 04dcc8994d
commit 31d9789c4d
1 changed files with 2 additions and 0 deletions

View File

@ -228,6 +228,8 @@
<string>public.app-category.music</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Audacity version AUDACITY_INFO_VERSION</string>
<key>NSMicrophoneUsageDescription</key>