ResCommunes

RAGTAGS

:: THE MACHINES HAVE TAKEN OVER ::

“Run With It” Project Outline

2 min read

“Run With It” is a fun, modular SwiftUI watchOS 10 app that hooks into HealthKit’s outdoor workout sessions to give you real-time heart-rate and distance feedback right on your wrist. We split the heavy lifting into two simple managers ( HeartRateManager for your BPM and WorkoutManager for distance), built three clean SwiftUI screens (SetupView, RunningWorkoutView, SummaryView), and battled through Xcode’s target quirks, Info.plist permissions, and Simulator oddities. The result? A solid blueprint for instant running insights on Apple Watch.

Read more…