From c7c78f3034f4db48c24309ff699fa9517f9b91d0 Mon Sep 17 00:00:00 2001 From: msanford-class Date: Tue, 26 Sep 2023 13:36:34 -0700 Subject: [PATCH] macOS build warning fix --- 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 5923329d..4d72e9d8 100644 --- a/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h +++ b/GoogleSignIn/Sources/Public/GoogleSignIn/GoogleSignIn.h @@ -21,6 +21,4 @@ #import "GIDSignIn.h" #import "GIDToken.h" #import "GIDSignInResult.h" -#if TARGET_OS_IOS || TARGET_OS_MACCATALYST #import "GIDSignInButton.h" -#endif