From 299be443fd19e9aea3cbe08a71c5d9f260ff4b39 Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Thu, 5 Mar 2026 21:35:02 +0200 Subject: [PATCH] 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 #342 --- GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h b/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h index 2f25ae60..6ffab4f4 100644 --- a/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h +++ b/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h @@ -25,6 +25,4 @@ #import "GIDToken.h" #import "GIDSignInResult.h" #import "GIDClaim.h" -#if TARGET_OS_IOS || TARGET_OS_MACCATALYST #import "GIDSignInButton.h" -#endif