-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup of Deprecated / Obsoleted Symbols #2297
Conversation
…gs, resulting in wonky IDE behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR addresses some of #2294.
…olete, if possible.
# Conflicts: # Cartfile.resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog entries will help guide developers migrating to v1.0, given all the other changes they’ll have to account for.
@@ -27,7 +27,7 @@ DEPENDENCIES: | |||
- MapboxNavigation (from `../../../`) | |||
|
|||
SPEC REPOS: | |||
trunk: | |||
https://github.com/cocoapods/specs.git: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets put the filename in backticks.
6b5e219
to
3b48797
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One stylistic comment, but I can massage that in master if you need to land this PR first.
CHANGELOG.md
Outdated
@@ -20,6 +20,27 @@ | |||
* The `MapboxVoiceController` and `RouteVoiceController` now emit `SpeechError`s instead of an `NSError` object. ([#2230](https://github.com/mapbox/mapbox-navigation-ios/pull/2230)) | |||
* Added the `VoiceControllerDelegate.voiceController(_:didFallBackTo:becauseOf:)` method for detecting when the voice controller falls back to `AVSpeechSynthesizer`. ([#2230](https://github.com/mapbox/mapbox-navigation-ios/pull/2230)) | |||
|
|||
### Obsoletion & Removal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’d prefer if we moved these entries into the existing topic-based section headers. It’s a bit overwhelming for a developer to see a wall of obsoletion messages, but easier to digest if they know that some are UI-related, others are in Core Navigation, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, how does that look?
Fixing issue where deprecated symbols are
renamed:
to improper things, resulting in unexpected IDE behavior. Fixes #2289./cc @mapbox/navigation-ios