-
Notifications
You must be signed in to change notification settings - Fork 22
Description
The macOS available on your releases page shows a "circle-slash" in the app icon on macOS Big Sur. Not quite sure what makes it invalid, but I suspect it is a security issue. Regardless, this prevents users on Big Sur (and maybe Catalina) from running the app.
I created a standalone Xcode project with a fork of firmata_test as a subproject here: https://github.com/TroikaTronix/Firmata_Test_App
I have placed a code signed and notarized version on the releases page.
In the fork at https://github.com/TroikaTronix/firmata_test, I updated some include statements (from <xxx.h> to "xxx.h") to allow the app to compile on Xcode 11. In addition, I needed to change the way the serial ports were being interrogated in serial.cpp to get the app to see the Arduino port on Big Sur.
It would be great you could integrate these changes and update the project so users could get a Big Sur compatible version from your releases page.