I'm working on an app that I intend to publish online. The app is a bit odd - it's built by compiling executables directly from a Makefile, then placing them, an icon, a launch .sh, and an Info.plist into a bundle.
I've tried code-signing this app with my personal development certificate. This seems to work fine, except in some cases, others are forced to navigate to their Preferences and manually authorize the app as it's from an 'unidentified developer', or macOS Big Sur claims that it can't check the app for malicious software and that it needs to be updated.
What do I need to do? codesign --verify says that my app fulfills all requirements.
I've tried code-signing this app with my personal development certificate. This seems to work fine, except in some cases, others are forced to navigate to their Preferences and manually authorize the app as it's from an 'unidentified developer', or macOS Big Sur claims that it can't check the app for malicious software and that it needs to be updated.
What do I need to do? codesign --verify says that my app fulfills all requirements.