-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Add uninstall :delete_by_bundle_id
#8211
Comments
+1, with some safety features to avoid deleting something we didn't install. We could also quasi-beta the safety features by using it first in zap stanzas. |
Closing in favor of #16339. |
@adityadalal924 Different issues. I did come across (and even considered closing) this one when drafting #16339, but they don’t depend on each other. Even if we never implement |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@vitorgalvao, is there any other cask other than |
@reitermarkus Yes, let’s close it. |
Refs #8210.
We can detect the location on an app bundle by its bundle ID by leveraging spotlight, with
mdfind kMDItemCFBundleIdentifier = <app_bundle_id>
In casks like
battle-net.rb
andvuze.rb
, anuninstall :delete_by_bundle_id
would be way more useful since it’d always work, and they would not need a caveat.The text was updated successfully, but these errors were encountered: