Skip to content

CodeSign the macOSX DMG  #1

@andrewjaykeller

Description

@andrewjaykeller

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

screen shot 2017-10-10 at 12 50 32 pm

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/

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions