trackkit
trackkit copied to clipboard
A log files parser frawework for your Swift applications.
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @wjordan!...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.1.2 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
In TCX files retrieved by [Polar Accesslink API](https://www.polar.com/accesslink-api/#polar-accesslink-api) there are chances that a `Lap` might contain more than one `Track` entries as you can see in the attached image. ![Screenshot...
Please add the ability to include Power measured by an ANT+ Power meter. Requires changes to point.swift as well as the various parsers
Hello, I installed the pod and everything looks okay, however my doubt now is how could I get Lon and lat, I only see TrackKit.File out of the console. Greetings!
When the RMC NMEA sentence has a timestamp that includes milliseconds (ddMMyyHHmmss.SSS) it fails formatting and returns 0 from `parseTime()`. Adding the `.SSS` to the format string fixes it.