From d8fed0a05f4812d752ce10dc333bc56f09f1ce95 Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Wed, 30 Aug 2023 15:47:22 -0700 Subject: [PATCH] Update swift name for GIDSignIn configure method --- GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h index 31dc67c7..a425053c 100644 --- a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h +++ b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h @@ -80,7 +80,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) { - (void)configureWithDebugProviderEnabled:(BOOL)useDebugProvider completion:(nullable void (^)(NSError * _Nullable error))completion API_AVAILABLE(ios(14)) -NS_SWIFT_NAME(configure(usingDebugProvider:completion:)); +NS_SWIFT_NAME(configure(debugProviderEnabled:completion:)); #endif // TARGET_OS_IOS && !TARGET_OS_MACCATALYST