From 9706cc9a6d74efa617a356ff9719abf007d77906 Mon Sep 17 00:00:00 2001 From: kfj001 Date: Sat, 11 Jul 2026 23:41:42 -0700 Subject: [PATCH] adds available annotation to carplay logic --- ios/Runner/CarPlaySceneDelegate.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/Runner/CarPlaySceneDelegate.swift b/ios/Runner/CarPlaySceneDelegate.swift index a75dcac..7cc9034 100644 --- a/ios/Runner/CarPlaySceneDelegate.swift +++ b/ios/Runner/CarPlaySceneDelegate.swift @@ -14,6 +14,7 @@ import UIKit * Note: the com.apple.developer.carplay-audio entitlement must be enabled in the * Apple Developer Portal and added to the target in Xcode Signing & Capabilities. */ +@available(iOS 14.0, *) class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate { private var carPlayInterfaceController: CPInterfaceController?