Build in SwiftUI using Combine and CoreData
- Track current location and draw path on the map
- Show current/average speed, distance and duration of the ride
- Adjustable size on the map and gauges view
- Calculates estimated average power effort and weight loss
- Imports GPX files into rides with summary
- Exports rides as GPX
- Light/Dark mode
- Drag'n'drop files into iOS Simulator works only from $HOME directory
- Xcode location simulation works only with waypoints GPX files
pbpaste > debug.gpx xmllint --format input.xml > output.xml awk -f gpx_fix input.gpx > output.gpx