diff --git a/ios/App/App/MainViewController.swift b/ios/App/App/MainViewController.swift index 123c950..098811f 100644 --- a/ios/App/App/MainViewController.swift +++ b/ios/App/App/MainViewController.swift @@ -12,5 +12,8 @@ class MainViewController: CAPBridgeViewController { // Plugin natif WorkoutKit — pousse des workouts intervalles vers // l'Apple Watch (cf. CoachWorkoutKit.swift). bridge?.registerPluginInstance(CoachWorkoutKitPlugin()) + // Plugin natif route GPS HealthKit — récupère la trace des workouts + // Apple Watch (HKWorkoutRouteQuery, cf. CoachHealthRoute.swift). + bridge?.registerPluginInstance(CoachHealthRoutePlugin()) } }