TrueTime.swift
TrueTime.swift copied to clipboard
NTP library for Swift and Objective-C. Get the true time impervious to device clock changes.
### What did you change and why? ### Potential risks introduced? ### What tests were performed (include steps)? ### Checklist - [ ] Unit/UI tests have been written (if necessary)...
⬆️ (xcode) upgrade deployment targets due to xcode >= 16.1 ### What did you change and why? **Changes Made:** - Updated the `IPHONEOS_DEPLOYMENT_TARGET` from 8.0 to 13.0. - Updated the...
