Distributed Notifications

MIT License
Objective-C
macOS

1 image

Author

Description

Distributed Notifications using Core Foundation API: CFNotificationCenterGetDistributedCenter.

One daemon is a LaunchAgent daemon, who runs as an Agent in OS X status bar.

The second daemon is running in the background as a LaunchDaemon.

The goal is that the two daemons communicate trouth Notification with each other and also the first Daemon should display a UI in OS X Login Window.

Tags