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

Auto-remove com.apple.quarantine attribute on install #4

Open
jamesstidard opened this issue Sep 11, 2024 · 0 comments
Open

Auto-remove com.apple.quarantine attribute on install #4

jamesstidard opened this issue Sep 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jamesstidard
Copy link

jamesstidard commented Sep 11, 2024

Currently, when you install a new version of cmake, and then try to use it via the command line, Apples permissions will prevent you. First you must find the newly installed CMake.app option-click the application, and click open, and then allow the application.

This can be a little bit tedious.

I recently installed something called aerospace (a tile window manager on macOS), and they add to their brew --cask install a couple lines to remove this automated quarantine from Apple on download.

it looks something like xattr -d com.apple.quarantine /Applications/CMake.app.

I tried this on a manually downloaded CMake.app from the cmake.org website, and seems to get rid of the need to manually allow the application on first use.

Would it be possible to add this to the plugin on install? (it doesn't appear to require sudo either).

Thanks

@jamesstidard jamesstidard added the enhancement New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant