You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: