Skip to content

Commit

Permalink
Update swift name for GIDSignIn configure method
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Aug 30, 2023
1 parent 8745b14 commit d8fed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d8fed0a

Please sign in to comment.