Skip to content
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

Does not work on newer macOS #476

Open
mrjbq7 opened this issue Dec 8, 2024 · 3 comments
Open

Does not work on newer macOS #476

mrjbq7 opened this issue Dec 8, 2024 · 3 comments

Comments

@mrjbq7
Copy link

mrjbq7 commented Dec 8, 2024

It appears the release focus-macOS.dmg does not contain a signed application.

This results in the latest macOS not being able to run the editor at all.

Screenshot 2024-12-07 at 4 06 11 PM

You can inspect the signature

$ codesign -v /Volumes/Focus\ 0.3.7/Focus.app 
/Volumes/Focus 0.3.7/Focus.app: code object is not signed at all
In architecture: x86_64

Also, I would hope to get an arm64 native build someday instead of using Rosetta.

@mrjbq7
Copy link
Author

mrjbq7 commented Dec 8, 2024

A workaround is to remove the quarantine attribute?

$ xattr -d com.apple.quarantine /Applications/Focus.app

@focus-editor
Copy link
Owner

Yes the workaround works.

Ideally we need to register as an apple developer to be able to sign apps, but this costs some money - will need to look into it after the next release

@focus-editor
Copy link
Owner

Added a note in the readme for now. Thanks for the report.

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

No branches or pull requests

2 participants