Skip to content

Feat: OSX Local Codesigning #1319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 23, 2023
Merged

Feat: OSX Local Codesigning #1319

merged 3 commits into from
Nov 23, 2023

Conversation

dave-gray101
Copy link
Collaborator

When testing on OSX, it's a bit of a pain to keep clicking the dialog prompt to accept incoming connections on each recompile.

This PR adds a simple Make target that's intended for use on OSX to sign the ./local-ai binary. If the user cares what key they use, they can configure the make variable OSX_SIGNING_IDENTITY - otherwise, the first one on the system will be used.

The associated Entitlement.plist file is what gets rid of the annoying dialog.

Copy link

netlify bot commented Nov 23, 2023

Deploy Preview for localai canceled.

Name Link
🔨 Latest commit 704870d
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/655edaa29bbef40008938ed3

Copy link
Owner

@mudler mudler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good!

@mudler mudler merged commit 69f5321 into mudler:master Nov 23, 2023
@dave-gray101 dave-gray101 deleted the osx-signing branch February 21, 2024 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants