Skip to content

Commit f4a6806

Browse files
authored
Release v2.0.0-rc.1 (#141)
1 parent 975cd1f commit f4a6806

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

Navigation-Examples/Examples/Building-Extrusion.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ class BuildingExtrusionViewController: UIViewController, NavigationMapViewDelega
152152

153153
func toggleDayNightStyle() {
154154
let style = navigationMapView.mapView?.mapboxMap.style
155-
if style?.uri?.rawValue == MapboxMaps.Style.navigationNightStyleURL.absoluteString {
156-
style?.uri = StyleURI(url: MapboxMaps.Style.navigationDayStyleURL)
155+
if style?.uri == StyleURI.navigationNight {
156+
style?.uri = StyleURI.navigationDay
157157
} else {
158-
style?.uri = StyleURI(url: MapboxMaps.Style.navigationNightStyleURL)
158+
style?.uri = StyleURI.navigationNight
159159
}
160160
}
161161

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
platform :ios, '11.0'
22
use_frameworks!
33

4-
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.0.0-beta.25'
5-
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.0.0-beta.25'
4+
pod 'MapboxCoreNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.0.0-rc.1'
5+
pod 'MapboxNavigation', :git => 'https://github.com/mapbox/mapbox-navigation-ios.git', :tag => 'v2.0.0-rc.1'
66

77
target 'Navigation-Examples' do
88
end

Podfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ PODS:
22
- MapboxCommon (17.1.0)
33
- MapboxCoreMaps (10.0.0-rc.7.2):
44
- MapboxCommon (~> 17.1)
5-
- MapboxCoreNavigation (2.0.0-beta.25):
6-
- MapboxDirections-pre (= 2.0.0-beta.9)
5+
- MapboxCoreNavigation (2.0.0-rc.1):
6+
- MapboxDirections-pre (= 2.0.0-rc.1)
77
- MapboxMobileEvents (~> 1.0.0)
88
- MapboxNavigationNative (~> 65.0)
99
- Turf (= 2.0.0-rc.1)
10-
- MapboxDirections-pre (2.0.0-beta.9):
10+
- MapboxDirections-pre (2.0.0-rc.1):
1111
- Polyline (~> 5.0)
1212
- Turf (~> 2.0.0-rc.1)
1313
- MapboxMaps (10.0.0-rc.7):
@@ -16,22 +16,22 @@ PODS:
1616
- MapboxMobileEvents (= 1.0.2)
1717
- Turf (= 2.0.0-rc.1)
1818
- MapboxMobileEvents (1.0.2)
19-
- MapboxNavigation (2.0.0-beta.25):
20-
- MapboxCoreNavigation (= 2.0.0-beta.25)
19+
- MapboxNavigation (2.0.0-rc.1):
20+
- MapboxCoreNavigation (= 2.0.0-rc.1)
2121
- MapboxMaps (= 10.0.0-rc.7)
2222
- MapboxMobileEvents (~> 1.0.0)
23-
- MapboxSpeech-pre (= 2.0.0-alpha.1)
23+
- MapboxSpeech-pre (= 2.0.0-rc.1)
2424
- Solar-dev (~> 3.0)
25-
- MapboxNavigationNative (65.0.1):
25+
- MapboxNavigationNative (65.0.2):
2626
- MapboxCommon (~> 17.1)
27-
- MapboxSpeech-pre (2.0.0-alpha.1)
27+
- MapboxSpeech-pre (2.0.0-rc.1)
2828
- Polyline (5.0.2)
2929
- Solar-dev (3.0.1)
3030
- Turf (2.0.0-rc.1)
3131

3232
DEPENDENCIES:
33-
- MapboxCoreNavigation (from `https://github.com/mapbox/mapbox-navigation-ios.git`, tag `v2.0.0-beta.25`)
34-
- MapboxNavigation (from `https://github.com/mapbox/mapbox-navigation-ios.git`, tag `v2.0.0-beta.25`)
33+
- MapboxCoreNavigation (from `https://github.com/mapbox/mapbox-navigation-ios.git`, tag `v2.0.0-rc.1`)
34+
- MapboxNavigation (from `https://github.com/mapbox/mapbox-navigation-ios.git`, tag `v2.0.0-rc.1`)
3535

3636
SPEC REPOS:
3737
trunk:
@@ -49,33 +49,33 @@ SPEC REPOS:
4949
EXTERNAL SOURCES:
5050
MapboxCoreNavigation:
5151
:git: https://github.com/mapbox/mapbox-navigation-ios.git
52-
:tag: v2.0.0-beta.25
52+
:tag: v2.0.0-rc.1
5353
MapboxNavigation:
5454
:git: https://github.com/mapbox/mapbox-navigation-ios.git
55-
:tag: v2.0.0-beta.25
55+
:tag: v2.0.0-rc.1
5656

5757
CHECKOUT OPTIONS:
5858
MapboxCoreNavigation:
5959
:git: https://github.com/mapbox/mapbox-navigation-ios.git
60-
:tag: v2.0.0-beta.25
60+
:tag: v2.0.0-rc.1
6161
MapboxNavigation:
6262
:git: https://github.com/mapbox/mapbox-navigation-ios.git
63-
:tag: v2.0.0-beta.25
63+
:tag: v2.0.0-rc.1
6464

6565
SPEC CHECKSUMS:
6666
MapboxCommon: ea64a4842f40e8397d6270df379a17afb04e941c
6767
MapboxCoreMaps: ebc8bbb2a2f25874835196544448771d7e35a385
68-
MapboxCoreNavigation: 7d26e170318606bb89799be9e663b5cc01104278
69-
MapboxDirections-pre: 6fcda7a8ad0c37c69e83f813aff46af0c2bba9ec
68+
MapboxCoreNavigation: 2fb44caf9209150b98c4c54d6b7195c0f0ea0849
69+
MapboxDirections-pre: 25013fec9715dbc17c1c1798da3105e9b3140cd9
7070
MapboxMaps: 8b98ffdaa3fd8ee742d44f86ed7296a72e40649c
7171
MapboxMobileEvents: 9775eb995e06cc3ea10894bf6ab111683c8e73e7
72-
MapboxNavigation: c0f0bdd3f4e94e6c831bfe148064e681e2829f12
73-
MapboxNavigationNative: 9ea23bfc26a8c54914f40493ede01cc3932c5c63
74-
MapboxSpeech-pre: aeb16de604d07ceb4195150c3359d5401bb298e6
72+
MapboxNavigation: 0f01d8b618ace008d34c937c871e407117b48bd5
73+
MapboxNavigationNative: 09e1b6c86808df5e2e61842e8ad9067e3b587a47
74+
MapboxSpeech-pre: c2739e843762ac6b222fb7132ac71903aa750af3
7575
Polyline: fce41d72e1146c41c6d081f7656827226f643dff
7676
Solar-dev: 4612dc9878b9fed2667d23b327f1d4e54e16e8d0
7777
Turf: 4efd14674a1a2f9527b7c0aadde8003a7b73b1be
7878

79-
PODFILE CHECKSUM: 6460fb58eb1fdd44fb04f454f6a8cd8bdfeb3de4
79+
PODFILE CHECKSUM: 737cd40e86548e1b75a5dfc23d1fcb5feadfa392
8080

8181
COCOAPODS: 1.11.0

0 commit comments

Comments
 (0)