Skip to content

Commit

Permalink
Apparently CI doesn't like the unified logging module. Lets see if we…
Browse files Browse the repository at this point in the history
… can fix this by important the equivalent os.log
  • Loading branch information
Jerrad Thramer authored and Jerrad Thramer committed Sep 24, 2019
1 parent 93ff338 commit 596fe6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MapboxCoreNavigation/NavigationServiceDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Foundation
import CoreLocation
import MapboxDirections
import Logging

/**
A navigation service delegate interacts with one or more `NavigationService` instances (such as `MapboxNavigationService` objects) during turn-by-turn navigation. This protocol is the main way that your application can synchronize its state with the SDK’s location-related functionality. Each of the protocol’s methods is optional.
Expand Down
2 changes: 1 addition & 1 deletion MapboxCoreNavigation/UnimplementedLogging.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation
import Logging
import os.log

public protocol UnimplementedLogging {

Expand Down

0 comments on commit 596fe6f

Please sign in to comment.