TrueTime.swift
TrueTime.swift copied to clipboard
Feature/swift pm support
What did you change and why?
- Added support for
Swift Package Manager
- Modified the folder structure to make it Swift PM compatible
- Deleted
Sources/TrueTime.h
andSources/TrueTime.m
and replaced the declarations in Swift
Potential risks introduced?
What tests were performed (include steps)?
- Tested within an app that previously used
TrueTime
viaCarthage
Checklist
- [ ] Unit/UI tests have been written (if necessary)
- [x] Manually tested
I would love to see SPM support.
I would love to see SPM support.
I have this which I will be keeping forever (or until the main repo adds SwiftPM support)