flit / MidiKeys

On-screen MIDI keyboard with hotkeys support
Apache License 2.0
115 stars 8 forks source link

Remove ShortcutRecorder and Sparkle dependency until fixed #12

Closed bradhowes closed 4 years ago

bradhowes commented 4 years ago

This removes the dependencies own ShortcutRecorder and Sparkle which cause the app to not start on macOS 11 Big Sur. The issue is due to signing, but I was unable to get the right settings to work, so I punted and removed them. I doubt that this is the end goal, but maybe others can tweak to get the signing correct so Big Sur will load the libs at launch.

flit commented 4 years ago

Yeah, definitely don't want to do this long term. But I really appreciate you creating a PR. With some free time coming up hopefully I can fix the signing properly.

flit commented 4 years ago

This change was moved to the bugfix/big_sur branch.