“Run With It” Project Outline
“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.