Skip to content

Commit

Permalink
[AppCheck] Fix 'public_headers_dir' in 'FirebaseAppCheckInterop.podsp…
Browse files Browse the repository at this point in the history
…ec' (#11928)
  • Loading branch information
ncooke3 authored Oct 11, 2023
1 parent f3a14c2 commit 43ced86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAppCheckInterop.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '6.0'

s.source_files = 'FirebaseAppCheck/Interop/**/*.[hm]'
s.public_header_files = 'FirebaseAppCheck/Interop/Public/FirebaseAppCheck/*.h'
s.public_header_files = 'FirebaseAppCheck/Interop/Public/FirebaseAppCheckInterop/*.h'
end

0 comments on commit 43ced86

Please sign in to comment.