Skip to content
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

fix(ios): use fully-specified path to required head utility #280

Merged
merged 1 commit into from
Nov 27, 2022

Conversation

mikehardy
Copy link
Collaborator

Description

This removes any possible ambiguity on what utility we require for config, solving a problem where sometimes a utility that performs HTTP HEAD requests is found instead of the standard BSD file utility

Related issues

Fixes #279
Related invertase/react-native-firebase#5805 / invertase/react-native-firebase#5801

Release Summary

Checklist

  • I read the Contributor Guide
    and followed the process outlined there for submitting PRs.
    • Yes
  • My change supports the following platforms;
    • Android
    • iOS
  • My change includes tests;
    • e2e tests added or updated in __tests__e2e__
    • jest tests added or updated in __tests__
  • I have updated TypeScript types that are affected by my change.
  • This is a breaking change;
    • Yes
    • No

Test Plan

Tested by original reporter, in successful use for approximately a year in react-native-firebase


Think react-native-google-mobile-ads is great? Please consider supporting the project with any of the below:

  • 👉 Star this repo on GitHub ⭐️
  • 👉 Follow Invertase on Twitter

this removes any possible ambiguity on what utility we require for config,
solving a problem where sometimes a utility that performs HTTP HEAD requests
is found instead of the standard BSD file utility
@mikehardy mikehardy added the workflow: pending merge Waiting on CI or question responses to merge, but otherwise ready label Nov 27, 2022
@codecov
Copy link

codecov bot commented Nov 27, 2022

Codecov Report

Merging #280 (56d81ec) into main (466ac2a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #280   +/-   ##
=======================================
  Coverage   33.51%   33.51%           
=======================================
  Files          33       33           
  Lines         797      797           
  Branches      198      198           
=======================================
  Hits          267      267           
  Misses        530      530           

@mikehardy mikehardy merged commit fe69aa4 into main Nov 27, 2022
@mikehardy mikehardy deleted the @mikehardy/ios-config-head-path branch November 27, 2022 13:21
@mikehardy mikehardy removed the workflow: pending merge Waiting on CI or question responses to merge, but otherwise ready label Nov 27, 2022
@mikehardy
Copy link
Collaborator Author

🎉 This PR is included in version 8.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

i[🐛] Bug Report Title - ios_config.sh problem
1 participant