From 1b474a508d15e24739c2bf62c13ec4979f8e077b Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Thu, 6 Jul 2023 14:43:36 +0200 Subject: [PATCH 1/2] App Management message updated With the update of MacOS from Monterey (12) to Ventura (13) the appearance of the System Settings has changes and the "Security & Privacy" category has been renamed to "Privacy & Security". I am aware that currently Ventura has a very low adoption rate so this change could be premature. --- Library/Homebrew/cask/quarantine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/quarantine.rb b/Library/Homebrew/cask/quarantine.rb index 5174207c7d..960d7214b6 100644 --- a/Library/Homebrew/cask/quarantine.rb +++ b/Library/Homebrew/cask/quarantine.rb @@ -248,7 +248,7 @@ module Cask opoo <<~EOF Your terminal does not have App Management permissions, so Homebrew will delete and reinstall the app. This may result in some configurations (like notification settings or location in the Dock/Launchpad) being lost. - To fix this, go to Settings > Security and Privacy > App Management and turn on the switch for your terminal. + To fix this, go to Settings > Privacy & Security > App Management and turn on the switch for your terminal. EOF false From eadac2fb2a3a232c8d352c24b18ea4d387402641 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 6 Jul 2023 14:10:13 +0100 Subject: [PATCH 2/2] cask/quarantine: tweak wording. --- Library/Homebrew/cask/quarantine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cask/quarantine.rb b/Library/Homebrew/cask/quarantine.rb index 960d7214b6..2277906293 100644 --- a/Library/Homebrew/cask/quarantine.rb +++ b/Library/Homebrew/cask/quarantine.rb @@ -248,7 +248,7 @@ module Cask opoo <<~EOF Your terminal does not have App Management permissions, so Homebrew will delete and reinstall the app. This may result in some configurations (like notification settings or location in the Dock/Launchpad) being lost. - To fix this, go to Settings > Privacy & Security > App Management and turn on the switch for your terminal. + To fix this, go to System Settings > Privacy & Security > App Management and add or enable your terminal. EOF false