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:
RidesAppDelegate -> UberAppDelegate
RidesScope -> UberScope
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.
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.