You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/MapboxNavigation/CarPlayManager.swift
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ import MapboxMaps
10
10
11
11
- note: It is very important you have a single `CarPlayManager` instance at any given time. This should be managed by your `UIApplicationDelegate` class if you choose to supply your `accessToken` to the `CarPlayManager.eventsManager` via `NavigationEventsManager` initializer, instead of the Info.plist.
12
12
*/
13
-
@available(iOS 12.0,*)
14
13
publicclassCarPlayManager:NSObject{
15
14
16
15
// MARK: CarPlay Infrastructure
@@ -360,7 +359,6 @@ public class CarPlayManager: NSObject {
@@ -427,7 +426,6 @@ public protocol CarPlayManagerDelegate: AnyObject, UnimplementedLogging, CarPlay
427
426
in mapTemplate:CPMapTemplate)->Bool
428
427
}
429
428
430
-
@available(iOS 12.0,*)
431
429
publicextensionCarPlayManagerDelegate{
432
430
/**
433
431
`UnimplementedLogging` prints a warning to standard output the first time this method is called.
@@ -700,7 +698,6 @@ public extension CarPlayManagerDelegate {
700
698
701
699
This protocol redeclares the deprecated methods of the `CarPlayManagerDelegate` protocol for the purpose of calling implementations of these methods that have not been upgraded yet.
0 commit comments