To set it, you should call:
if #available(OSX 10.14, *) {
DispatchQueue.main.async {
print(NSApplication.shared.dockTile.badgeLabel)
NSApplication.shared.dockTile.badgeLabel = "1"
}
}
You need to authorize notifications for the app in System Preferences / Notifications
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: