Skip to content

Commit 299be44

Browse files
authored
Move GIDSignInButton import outside of conditional
GIDSignInButton already gates internally for the proper OS, and gating in the umbrella header is causing build warnings in Xcode Supersedes google#342
1 parent b6ae13f commit 299be44

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@
2525
#import "GIDToken.h"
2626
#import "GIDSignInResult.h"
2727
#import "GIDClaim.h"
28-
#if TARGET_OS_IOS || TARGET_OS_MACCATALYST
2928
#import "GIDSignInButton.h"
30-
#endif

0 commit comments

Comments
 (0)