You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copyright_line="// Copyright $(date +%Y) Google LLC"
139
147
# Add a note to each file about its source.
140
148
for ios_header in ios_pod/swift_headers/*.h; do
141
149
if ! grep -q "^// Copied from Firebase iOS SDK" "${ios_header}"; then
142
150
sed -i~ "s|^// Generated by Apple Swift|${copyright_line}\n// Copied from Firebase iOS SDK ${core_version}.\n\n// Generated by Apple Swift|" "${ios_header}"
0 commit comments