Skip to content

Commit

Permalink
Add additional header imports to patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Oct 9, 2023
1 parent 709de1b commit 273f5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios_pod/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ 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\"%' Pods/FirebaseAppCheck/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheck.h")
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 273f5c9

Please sign in to comment.