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: StreamVideo.xcodeproj/project.pbxproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8077,7 +8077,7 @@
8077
8077
);
8078
8078
runOnlyForDeploymentPostprocessing = 0;
8079
8079
shellPath = /bin/sh;
8080
-
shellScript = "#!/bin/sh\n# Add Homebrew paths for both Intel and Apple Silicon Macs\nexport PATH=\"/opt/homebrew/bin:/usr/local/bin:$PATH\"\n\necho \"SwiftGen Build Phase: Starting at $(date)\"\necho \"PATH: $PATH\"\n\nif which mint >/dev/null && mint which swiftgen >/dev/null 2>&1; then\n echo \"Running SwiftGen...\"\n echo \"Mint found at: $(which mint)\"\n echo \"SwiftGen found at: $(mint which swiftgen)\"\n xcrun --sdk macosx mint run swiftgen config run --config \"${SRCROOT}/Sources/StreamVideoSwiftUI/.swiftgen.yml\"\n echo \"SwiftGen completed with exit code: $?\"\nelse\n echo \"Warning: Bootstrap not run, please run ./Scripts/bootstrap.sh\"\n echo \"Mint path: $(which mint || echo 'not found')\"\n echo \"Current PATH: $PATH\"\n exit 0\nfi\n";
8080
+
shellScript = "#!/bin/sh\n# Add Homebrew paths for both Intel and Apple Silicon Macs\nexport PATH=\"/opt/homebrew/bin:/usr/local/bin:$PATH\"\n\necho \"SwiftGen Build Phase: Starting at $(date)\"\necho \"PATH: $PATH\"\n\nif which swiftgen >/dev/null 2>&1; then\n echo \"Running SwiftGen...\"\n echo \"SwiftGen found at: $(which swiftgen)\"\n xcrun --sdk macosx swiftgen config run --config \"${SRCROOT}/Sources/StreamVideoSwiftUI/.swiftgen.yml\"\n echo \"SwiftGen completed with exit code: $?\"\nelse\n echo \"Warning: Bootstrap not run, please run ./Scripts/bootstrap.sh\"\n echo \"Current PATH: $PATH\"\n exit 0\nfi\n";
0 commit comments