Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • Oh wow, this is great! Thanks for taking the time to write this up! Commented Sep 14, 2023 at 2:38
  • What is the significance of 41951246 and 276? What if I wanted to turn a notification off? Commented Oct 27, 2023 at 19:29
  • @Mike the number is a bitmask. For example 310386694 = 00010010100000000010000000000110. In macOS Sonoma the 7th bit (index 6) corresponds to ON/OFF. This example is ON. Commented Sep 27, 2024 at 19:30
  • @enriquejr99, that makes sense (thank you), but how would I know which bit to swap? Commented Sep 30, 2024 at 20:27
  • @Mike I don't think Apple has docs on that. However, you can change the notification settings of any app manually, and find which bit corresponds to that particular setting by inspecting how the bitmask changes. Commented Oct 1, 2024 at 18:24