adds available annotation to carplay logic

This commit is contained in:
2026-07-11 23:41:42 -07:00
parent ea1bc88a70
commit 9706cc9a6d
+1
View File
@@ -14,6 +14,7 @@ import UIKit
* Note: the com.apple.developer.carplay-audio entitlement must be enabled in the * 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. * Apple Developer Portal and added to the target in Xcode Signing & Capabilities.
*/ */
@available(iOS 14.0, *)
class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate { class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate {
private var carPlayInterfaceController: CPInterfaceController? private var carPlayInterfaceController: CPInterfaceController?