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

Workarounds for macOS Sequoia 15.1 for unnotarized applications #4

Open
synappser opened this issue Dec 20, 2024 · 0 comments
Open
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@synappser
Copy link
Owner

On macOS Sequoia 15.1 (and above), Apple is forcing the notarization of applications. A few workarounds are however still available. Depending on your familiarity with running shell commands, you could use one of the following solutions:
- xattr -rd com.apple.quarantine /Applications/TrashEye.app (e.g. disables gatekeeper for TrashEye).
- sudo spctl --master-disable (requires your administrator password and disables gatekeeper permanently).
- Drag and drop the application into the free Sentinel.app to remove quarantine.

@synappser synappser self-assigned this Dec 20, 2024
@synappser synappser pinned this issue Dec 20, 2024
@synappser synappser added the documentation Improvements or additions to documentation label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant