v1.2.2#3202
Merged
Merged
Conversation
Cherry-picked from 0d2b12d.
Links to the specific pricing guide for the Navigation SDK for iOS: https://docs.mapbox.com/ios/navigation/guides/pricing/ Cherry-picked from 803e5d6.
Fixed a typo in the podspec for documentation generation. Updated find-and-replace operations for the source locations after adopting SPM. Cherry-picked from 9eb1c8f.
Cherry-picked from 70a31f5.
Cherry-picked from 41525d9.
SourceKit seems to finally generate a proper USR for symbols marked with availability macros. Cherry-picked from f3a3e85.
Cherry-picked from 3781b2a.
Fixed an issue where copying a RouteOptions subclass resulted in an instance of RouteOptions itself. Cherry-picked from 3b55a5a.
MaximAlien
approved these changes
Jul 23, 2021
Contributor
Author
|
The documentation script fails with the following error: |
Contributor
Author
Fixed in 6c817e6. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v1.2.2 contains everything that v1.2.1 does, with the addition of the following bug fix cherry-picked from the main (v2.0.0) branch:
NavigationRouteOptionswould turn into an ordinaryRouteOptionswhen rerouting the user. (Copy RouteOptions as its most specific type #3192)Various build system and documentation fixes from 0d2b12d, #2812, 9eb1c8f, #2864, #2995, #2978, #3022, and 3781b2a have also been cherry-picked from the main and release-v1.4 branches to ensure the maintainability of this release branch. #2978 has been partially rolled back to fix compiler errors. On the release-v1.4 branch, #3034 addressed those compiler errors in a different way, but I think continuing to rely on Carthage for the Cedar dependency would be cleaner.
/cc @mapbox/navigation-ios