Describe the bug
When a Mac app is unsigned, end users get a clear alert and can bypass gatekeeper in System settings.
When a Mac app has mismatched signatures, the Finder alerts that it is "damaged" and end users need to use the Terminal (and know how) to bypass gatekeeper.
Flashpoint is in the latter case. To make it more user friendly, make sure to remove all signatures on the application bundle before distribution. In the terminal:
codesign --remove-signature /path/to/YourApp.app
Describe the bug
When a Mac app is unsigned, end users get a clear alert and can bypass gatekeeper in System settings.
When a Mac app has mismatched signatures, the Finder alerts that it is "damaged" and end users need to use the Terminal (and know how) to bypass gatekeeper.
Flashpoint is in the latter case. To make it more user friendly, make sure to remove all signatures on the application bundle before distribution. In the terminal:
codesign --remove-signature /path/to/YourApp.app