huynguyencong / NHNetworkTime

A simple network time protocol SNTP open source for iOS, get the correct time.
Apache License 2.0
118 stars 22 forks source link

Using NHNetworkTime for Cocoa application #32

Closed shaandsingh closed 3 years ago

shaandsingh commented 4 years ago

Hi there—I'm looking to use NHNetworkTime for a macOS application. Other than removing references to UIKit, do you have any other suggestions for my conversion? I replaced the UIApplicationSignificantTimeChangeNotification with NSSystemClockDidChangeNotification and commented out similarly replaced the foreground/background notifications.

huynguyencong commented 3 years ago

This open source doesn't support other platform than iOS. So please forked it or add it manually then update it as you mentioned. Thank you!