This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MARK: - Darwin Notifications | |
static private let defaultsOnPhoneChangedDarwinNotificationName = "UserDefaultsOnPhoneDidChangeDarwinNotification" | |
static private let defaultsOnWatchChangedDarwinNotificationName = "UserDefaultsOnWatchDidChangeDarwinNotification" | |
static var notificationNameForReceiving: String? | |
static var notificationNameForSending: String? | |
/// Sets up the broadcast and receiving darwin notification names as well as | |
/// as the necessary observer callbacks. |
OlderNewer