Skip to content

Commit efe5669

Browse files
XiangtianDaiprotocol86
authored andcommitted
Fixes macOS unit test failures introduced in #222 . (#229)
1 parent 4947ed3 commit efe5669

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Firebase/Auth/FirebaseAuth.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
3030
'Source/**/FIRAuthAPNSTokenManager.[mh]',
3131
'Source/**/FIRAuthAPNSTokenType.[mh]',
3232
'Source/**/FIRAuthAPNSToken.[mh]',
33-
'Source/**/FIRPhoneAuthCredential.[mh]',
3433
'Source/**/FIRAuthDefaultUIDelegate.[mh]',
34+
'Source/**/FIRAuthURLPresenter.[mh],
35+
'Source/**/FIRPhoneAuthCredential.[mh]',
3536
'Source/**/FIRPhoneAuthProvider.[mh]'
3637
s.public_header_files = 'Source/Public/*.h'
3738
s.preserve_paths =

FirebaseCommunity.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Firebase Development CocoaPod including experimental and community supported fea
4242
'Firebase/Auth/Source/**/FIRAuthAPNSTokenManager.[mh]',
4343
'Firebase/Auth/Source/**/FIRAuthAPNSTokenType.[mh]',
4444
'Firebase/Auth/Source/**/FIRAuthAPNSToken.[mh]',
45+
'Firebase/Auth/Source/**/FIRAuthDefaultUIDelegate.[mh]',
46+
'Firebase/Auth/Source/**/FIRAuthURLPresenter.[mh]',
4547
'Firebase/Auth/Source/**/FIRPhoneAuthCredential.[mh]',
4648
'Firebase/Auth/Source/**/FIRPhoneAuthProvider.[mh]'
4749
sp.public_header_files = 'Firebase/Auth/Source/Public/*.h'

0 commit comments

Comments
 (0)