Skip to content

Commit 709797f

Browse files
authored
Merge pull request googlesamples#629 from googlesamples/amatt-pod-homebrew-path
Add /opt/homebrew/bin to POD_SEARCH_PATHS
2 parents fc8a5a8 + e4b2be4 commit 709797f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/IOSResolver/src/IOSResolver.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ protected override bool Read(string filename, Logger logger) {
445445
private static string[] POD_SEARCH_PATHS = new string[] {
446446
"/usr/local/bin",
447447
"/usr/bin",
448+
"/opt/homebrew/bin",
448449
};
449450
// Ruby Gem executable filename.
450451
private static string GEM_EXECUTABLE = "gem";

0 commit comments

Comments
 (0)