googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

Add /opt/homebrew/bin to POD_SEARCH_PATHS #629

Closed AlmostMatt closed 10 months ago

AlmostMatt commented 10 months ago

On M1 macs, homebrew installs to /opt/homebrew/bin instead of /usr/local/bin. See https://github.com/Homebrew/brew/issues/9177 for an official source on this.

This change will increase the consistency of the pod command being found on such systems. This change was requested in #627