Skip to main content

Menu Bar App Preferences

Our Recommended Configuration

A sample configuration profile with the minimum recommended settings for the Patch Menu Bar app is provided below. Use it as a starting point for your own configuration.

Don't forget to deploy a profile that configures Notification Center Alerts or Banners for Patch.

Domain: com.alectrona.patch-notifier

Settings for notifications and alerts in the Patch Menu Bar app.

SettingDescription
EnableMenuBarApp

Set to true to enable both the Patch Menu Bar app and Notification Center notifications.

<key>EnableMenuBarApp</key>
<true/>
EnableAvailableUpdateAlertDelivery

Set to true to force the delivery of Notification Center alerts indicating there are available updates. The delivery of this notification occurs after updates are downloaded and ready to install.

warning

It is highly recommended to set this key to true to ensure that users receive important update notifications in the macOS Notification Center.

info

If not managed, users can modify this in the Patch Menu Bar app's settings.

<key>EnableAvailableUpdateAlertDelivery</key>
<true/>
AvailableUpdateAlertSoundPolicy

Set to an integer to force a specific notification sound policy for available update notifications. 0 for no sound, 1 to play a sound. The default value is 0.

info

If not managed, users can modify this in the Patch Menu Bar app's settings.

<key>AvailableUpdateAlertSoundPolicy</key>
<integer>1</integer>
NextActionDelaySeconds

Indicates the number of seconds after the delivery of an available update notification to wait to either defer the update or auto-update the app if the deferral limit has been reached. The default value is 600 seconds (10 minutes).

info

If not managed, users can modify this in the Patch Menu Bar app's settings.

<key>NextActionDelaySeconds</key>
<integer>600</integer>
ShowAlertBeforeAutoUpdate

When a deferral limit is reached for an app, an auto-update of the app will occur. Before that happens an auto-update alert will be displayed which can break through Do Not Disturb settings.

warning

Setting this to false will disable the alert that is shown before an auto-update occurs. This is not recommended as it may cause confusion for users who are not expecting an update to occur.

info

If not managed, users can modify this in the Patch Menu Bar app's settings.

<key>ShowAlertBeforeAutoUpdate</key>
<true/>
AutoUpdateAlertDisplayDuration

This value indicates the display duration for the auto-update alert in seconds. The default value is 60 seconds.

info

If not managed, users can modify this in the Patch Menu Bar app's settings.

<key>AutoUpdateAlertDisplayDuration</key>
<integer>60</integer>
BackgroundInstallAlertDeliveryPolicy

Set to an integer to force a specific notification delivery policy for background installations/updates. 0 for none, 1 for individual, 2 for digest. The default value is 0.

info

If not managed, users can modify this in the Patch Menu Bar app's settings.

<key>BackgroundInstallAlertDeliveryPolicy</key>
<integer>0</integer>
BackgroundInstallAlertSoundPolicy

Set to an integer to force a specific notification sound policy for background installations/updates. 0 for no sound, 1 to play a sound. The default value is 0.

info

If not managed, users can modify this in the Patch Menu Bar app's settings.

<key>BackgroundInstallAlertSoundPolicy</key>
<integer>1</integer>
HidePatchInBackgroundInstallAlerts

Set to true to hide updates to Alectrona Patch itself in background installation alerts delivered to Notification Center.

<key>HidePatchInBackgroundInstallAlerts</key>
<true/>