uber / uber-ios-sdk

Uber iOS SDK (beta)
https://developer.uber.com/docs
MIT License
376 stars 125 forks source link

Move authentication and related classes into UberCore #197

Closed edjiang closed 6 years ago

edjiang commented 7 years ago

This PR tackles the rename for authentication related classes into UberCore, and includes only files with minor changes, to simplify review.

Most of these files have minor changes for the renamed classes. Examples include:

etc.

Some files did not get accurately tagged by Git as being renamed, as some of the contents have changed. If you see a file that looks like it's added, check to make sure that it's not a renamed file, or formerly part of a larger file in the UberRides module.

tyvsmith commented 6 years ago

I would expect a CHANGELOG entry with the public classes that were renamed for a quick reference on breaking changes.