Skip to content

Commit

Permalink
Put workaround back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Oct 25, 2023
1 parent 920918e commit 03807ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ target 'GetPods' do
pod 'Firebase/Storage', '10.17.0'

end

post_install do |installer|
# Patch FirebaseAppCheck 10.16.0 header to replace @import with #import.
# TODO (b/304327855): Remove when iOS SDK 10.17.0 is released.
system("sed '-i~' 's%^@import FirebaseAppCheckInterop;%#import \"FirebaseAppCheck/Interop/FIRAppCheckInterop.h\"\\n#import \"FirebaseAppCheck/Interop/FIRAppCheckProtocol.h\"\\n#import \"FirebaseAppCheck/Interop/FIRAppCheckTokenResultInterop.h\"%' Pods/FirebaseAppCheck/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheck.h")
end

0 comments on commit 03807ca

Please sign in to comment.