Aidbox / aidbox-sdk

Aidbox SDK Generator
GNU General Public License v3.0
0 stars 1 forks source link

macOS Binary Requires Code Signing #24

Open krvital opened 3 months ago

krvital commented 3 months ago

The macOS binary of the CLI application needs code signing with a developer account certificate to prevent security warnings for new users. Currently, users receive prompts due to the unsigned status of the binary.

Steps to Reproduce:

Expected Behavior:

The application should run without any security warnings or notifications.

Actual Behavior:

Security warnings appear when running the application, indicating it is not code signed.