Skip to content

Add Analytics header update to iOS SDK update. #775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 1, 2021
Prev Previous commit
Next Next commit
Fix format code call.
  • Loading branch information
jonsimantov committed Dec 1, 2021
commit f3cb738494fc1d0280147b1365c6f2fe9cb19945
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# Add a note to each file about its source.
sed -i~ 's|^/// @file|// Copied from Firebase Analytics iOS SDK '${analytics_version}'.\n\n/// @file|' "${ios_header}"
rm -f "${ios_header}~" # remove backup file that sed generated
../../scripts/gha/format_code.py --f "${ios_header}"
python ../../scripts/format_code.py --f "${ios_header}"
done
cd -
rm -rf "${podtmp}"
Expand Down