Add NSPrincipalClass to plist to fix macOS 10.15

It's at least running on 10.15 now, though the toolbar is messed up.
This commit is contained in:
Ben Olden-Cooligan 2022-12-19 18:48:33 -08:00
parent f9756f0bc0
commit 8d30d9e2f4

View File

@ -16,5 +16,7 @@
<string></string>
<key>CFBundleIconFile</key>
<string>Icon.icns</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>