Skip to content

Commit

Permalink
Add target check for _timedLoader property
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Aug 4, 2023
1 parent dc54a60 commit 68c55f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GoogleSignIn/Sources/GIDSignIn.m
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,10 @@ @implementation GIDSignIn {
BOOL _restarting;
// Keychain manager for GTMAppAuth
GTMKeychainStore *_keychainStore;
#if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
// The class used to manage presenting the loading screen for fetching app check tokens.
GIDTimedLoader *_timedLoader;
#endif // TARGET_OS_IOS && !TARGET_OS_MACCATALYST
}

#pragma mark - Public methods
Expand Down

0 comments on commit 68c55f4

Please sign in to comment.