Inter-process notification with Darwin notification center.
Add DarwinNotificationCenter to the dependencies value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/jasonnam/DarwinNotificationCenter", from: "0.2.0")
]
Add DarwinNotificationCenter
to your Podfile
.
pod 'DarwinNotificationCenter'
DarwinNotificationCenter is released under the MIT license. See LICENSE for details.