NSStatusItem is backed by NSButton, we can animate this inner button. We need to specify position and anchorPoint for button’s layer so it rotates around its center point
1 2 3 4 5 6 7 8 9 10 11 12
guard let button = statusItem.button else { return }