[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[google_sign_in] Fix deprecated API usage issue by upgrading CocoaPod to 5.0 #2127

Merged
merged 10 commits into from
Oct 29, 2019
Prev Previous commit
Next Next commit
Remove dead code
  • Loading branch information
collinjackson committed Oct 22, 2019
commit 34abc18371e7f8091809e1c94a6deddb463e71fd
1 change: 0 additions & 1 deletion packages/google_sign_in/ios/Classes/GoogleSignInPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ - (BOOL)setAccountRequest:(FlutterResult)request {

- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options {
NSString *sourceApplication = options[UIApplicationOpenURLOptionsSourceApplicationKey];
id annotation = options[UIApplicationOpenURLOptionsAnnotationKey];
return [[GIDSignIn sharedInstance] handleURL:url];
}

Expand Down