Skip to content

Commit

Permalink
Merge pull request #1499 from mapbox/update-private
Browse files Browse the repository at this point in the history
Update nimble, support Xcode 10
  • Loading branch information
Bobby Sudekum authored Jun 14, 2018
2 parents 35c066a + 4e73995 commit ed94c6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

* Added support for generic route shields. Image-backed route shields also now display as generic (instead of plain text) while the SDK loads the image. [#1190](https://github.com/mapbox/mapbox-navigation-ios/issues/1190), [#1417](https://github.com/mapbox/mapbox-navigation-ios/pull/1417)
* Fixed an issue when going into overhead mode with a short route. [#1456](https://github.com/mapbox/mapbox-navigation-ios/pull/1456/)
* Adds support for Xcode 10 Beta 1. [#1499](https://github.com/mapbox/mapbox-navigation-ios/pull/1499), [#1478](https://github.com/mapbox/mapbox-navigation-ios/pull/1478)

### Core Navigation

Expand Down
4 changes: 2 additions & 2 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "uber/ios-snapshot-test-case" ~> 3.0.0
github "Quick/Quick"
github "Quick/Nimble"
github "Quick/Quick" ~> 1.3
github "Quick/Nimble" ~> 7.1
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" "4.0.2"
github "Quick/Nimble" "v7.1.1"
github "Quick/Nimble" "v7.1.2"
github "Quick/Quick" "v1.3.0"
github "ceeK/Solar" "2.1.0"
github "mapbox/MapboxDirections.swift" "v0.21.0"
github "mapbox/mapbox-events-ios" "v0.4.0"
github "mapbox/mapbox-events-ios" "v0.4.1"
github "mapbox/mapbox-voice-swift" "v0.0.1"
github "mapbox/turf-swift" "v0.1.1"
github "raphaelmor/Polyline" "v4.2.0"
Expand Down

0 comments on commit ed94c6c

Please sign in to comment.