diff options
author | Xiangtian Dai <xiangtian@google.com> | 2017-09-02 09:06:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-02 09:06:55 -0700 |
commit | 540e21c0cc3206a8e911554227cc1f081ef40dda (patch) | |
tree | 101df405b847bb13993bf4d911ab2ecdb68c01ed /Firebase | |
parent | 1e9d6526109908ebd129ff30957a5b4d11d42e62 (diff) |
Fixes macOS unit test failures introduced in #222 . (#229)
Diffstat (limited to 'Firebase')
-rw-r--r-- | Firebase/Auth/FirebaseAuth.podspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Firebase/Auth/FirebaseAuth.podspec b/Firebase/Auth/FirebaseAuth.podspec index b213941..00c7588 100644 --- a/Firebase/Auth/FirebaseAuth.podspec +++ b/Firebase/Auth/FirebaseAuth.podspec @@ -30,8 +30,9 @@ Simplify your iOS development, grow your user base, and monetize more effectivel 'Source/**/FIRAuthAPNSTokenManager.[mh]', 'Source/**/FIRAuthAPNSTokenType.[mh]', 'Source/**/FIRAuthAPNSToken.[mh]', - 'Source/**/FIRPhoneAuthCredential.[mh]', 'Source/**/FIRAuthDefaultUIDelegate.[mh]', + 'Source/**/FIRAuthURLPresenter.[mh], + 'Source/**/FIRPhoneAuthCredential.[mh]', 'Source/**/FIRPhoneAuthProvider.[mh]' s.public_header_files = 'Source/Public/*.h' s.preserve_paths = |