Skip to content

Commit efd1d47

Browse files
committed
fix carthage path
1 parent c6eb470 commit efd1d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@
11951195
);
11961196
runOnlyForDeploymentPostprocessing = 0;
11971197
shellPath = /bin/sh;
1198-
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
1198+
shellScript = "/opt/homebrew/bin/carthage copy-frameworks\n";
11991199
};
12001200
139751F0219AFA500044D2B0 /* Carthage */ = {
12011201
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)