Skip to content

Commit

Permalink
Fixes macOS unit test failures introduced in #222 . (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangtianDai authored and protocol86 committed Sep 2, 2017
1 parent 4947ed3 commit efe5669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firebase/Auth/FirebaseAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 2 additions & 0 deletions FirebaseCommunity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit efe5669

Please sign in to comment.