Expect:
- Get a warning that app was downloaded from the internet but developer is known
Problem:
- Warning says this app is from an unidentified developer and can't be open

Solution:
Get the Test for conformance command line to passing
All examples are copied from when I code sign the OpenBCI_GUI app
$ codesign --verify --deep --strict --verbose=2 ~/openbci/OpenBCI_GUI_v2.0/OpenBCI_GUI/application.macosx/OpenBCI_GUI.app/
Learn how to manually code sign with super command:
$ codesign -s "Developer ID Application: Andrew Keller (G2YUCSS226)" --force ~/openbci/OpenBCI_GUI_v2.0/OpenBCI_GUI/application.macosx/OpenBCI_GUI.app/
Expect:
Problem:
Solution:
Get the Test for conformance command line to passing
All examples are copied from when I code sign the OpenBCI_GUI app
$ codesign --verify --deep --strict --verbose=2 ~/openbci/OpenBCI_GUI_v2.0/OpenBCI_GUI/application.macosx/OpenBCI_GUI.app/Learn how to manually code sign with super command: