You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StreamChat.xcodeproj/project.pbxproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10732,7 +10732,7 @@
10732
10732
);
10733
10733
runOnlyForDeploymentPostprocessing = 0;
10734
10734
shellPath = /bin/sh;
10735
-
shellScript = "# Adds support for Apple Silicon brew directory\nexport PATH=\"$PATH:/opt/homebrew/bin\"\n\nif which mint >/dev/null && mint which swiftgen; then\n xcrun --sdk macosx mint run swiftgen config run --config ./Sources/StreamChatUI/.swiftgen.yml\nelse\n echo \"Warning: Bootstrap not run, please run ./bootstrap.sh\"\nfi\n";
10735
+
shellScript = "# Adds support for Apple Silicon brew directory\nexport PATH=\"$PATH:/opt/homebrew/bin\"\n\nif which swiftgen; then\n xcrun --sdk macosx swiftgen config run --config ./Sources/StreamChatUI/.swiftgen.yml\nelse\n echo \"Warning: Bootstrap not run, please run ./bootstrap.sh\"\nfi\n";
0 commit comments