adds available annotation to carplay logic
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user