From 89322bedd382dd410e44e0df5a1621e59e738d90 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Fri, 17 Apr 2026 20:07:21 -0700 Subject: [PATCH] Don't try and use live activity on mac --- Meshtastic/CarPlay/CarPlaySceneDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/CarPlay/CarPlaySceneDelegate.swift b/Meshtastic/CarPlay/CarPlaySceneDelegate.swift index 5bce8926..eb61f01c 100644 --- a/Meshtastic/CarPlay/CarPlaySceneDelegate.swift +++ b/Meshtastic/CarPlay/CarPlaySceneDelegate.swift @@ -372,7 +372,7 @@ class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate, CPI // MARK: - Live Activity -#if canImport(ActivityKit) +#if canImport(ActivityKit) && !targetEnvironment(macCatalyst) private func startLiveActivityIfNeeded() { guard ActivityAuthorizationInfo().areActivitiesEnabled else { Logger.services.info("🚗 [CarPlay] Live Activities not enabled")