You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed type of inputUrl to NSString (from NSURL) for all file uploads.
Added
Support for SFSafariViewController and remove browser auth option.
Google is dropping support for "Sign in with Google" via WebViews, so we are forcing our users on iOS to use the WebView-like SFSafariViewController (or an external browser on iOS 8), and for macOS, an external browser.
Accordingly, authorizeFromController:controller:openURL:browserAuth has been changed to authorizeFromController:controller:openURL.
Fixes
Fixed rotation bug for OAuth page.
Fixed Carthage scheme bug where debug builds were being built, not release builds.