aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseCommunity.podspec
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-09-02 09:06:55 -0700
committerGravatar GitHub <noreply@github.com>2017-09-02 09:06:55 -0700
commit540e21c0cc3206a8e911554227cc1f081ef40dda (patch)
tree101df405b847bb13993bf4d911ab2ecdb68c01ed /FirebaseCommunity.podspec
parent1e9d6526109908ebd129ff30957a5b4d11d42e62 (diff)
Fixes macOS unit test failures introduced in #222 . (#229)
Diffstat (limited to 'FirebaseCommunity.podspec')
-rw-r--r--FirebaseCommunity.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/FirebaseCommunity.podspec b/FirebaseCommunity.podspec
index e978a67..6bcc169 100644
--- a/FirebaseCommunity.podspec
+++ b/FirebaseCommunity.podspec
@@ -42,6 +42,8 @@ Firebase Development CocoaPod including experimental and community supported fea
'Firebase/Auth/Source/**/FIRAuthAPNSTokenManager.[mh]',
'Firebase/Auth/Source/**/FIRAuthAPNSTokenType.[mh]',
'Firebase/Auth/Source/**/FIRAuthAPNSToken.[mh]',
+ 'Firebase/Auth/Source/**/FIRAuthDefaultUIDelegate.[mh]',
+ 'Firebase/Auth/Source/**/FIRAuthURLPresenter.[mh]',
'Firebase/Auth/Source/**/FIRPhoneAuthCredential.[mh]',
'Firebase/Auth/Source/**/FIRPhoneAuthProvider.[mh]'
sp.public_header_files = 'Firebase/Auth/Source/Public/*.h'