Browse Source

Fix app plist syntax breaking macOS builds

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.09
falkTX 1 year ago
parent
commit
c6a7117dcf
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      utils/macOS/Info_JACK.plist
  2. +0
    -1
      utils/macOS/Info_Native.plist

+ 0
- 1
utils/macOS/Info_JACK.plist View File

@@ -17,7 +17,6 @@
<key>NSHumanReadableCopyright</key>
<string>(C) 2011-2023 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>
</dict>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>


+ 0
- 1
utils/macOS/Info_Native.plist View File

@@ -17,7 +17,6 @@
<key>NSHumanReadableCopyright</key>
<string>(C) 2011-2023 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>
</dict>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSRequiresAquaSystemAppearance</key>


Loading…
Cancel
Save