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: examples/ios_app/test/fixtures/project.xcodeproj/project.pbxproj
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1021,7 +1021,7 @@
1021
1021
);
1022
1022
runOnlyForDeploymentPostprocessing = 0;
1023
1023
shellPath = /bin/sh;
1024
-
shellScript = "set -eu\n\n# Need to remove the directory that Xcode creates as part of output prep\nrm -rf \"$PROJECT_DIR/bazel-out\"\n\nPATH=\"${PATH//\\/usr\\/local\\/bin//opt/homebrew/bin:/usr/local/bin}\" \\\n ${BAZEL_PATH} \\\n build \\\n --output_groups=generated_inputs \\\n //test/fixtures:fixture\n";
1024
+
shellScript = "set -eu\n\n# Need to remove the directory that Xcode creates as part of output prep\nrm -rf \"$PROJECT_DIR/bazel-out\"\n\nenv -i \\\n DEVELOPER_DIR=\"$DEVELOPER_DIR\" \\\n HOME=\"$HOME\" \\\n PATH=\"${PATH//\\/usr\\/local\\/bin//opt/homebrew/bin:/usr/local/bin}\" \\\n USER=\"$USER\" \\\n ${BAZEL_PATH} \\\n build \\\n --output_groups=generated_inputs \\\n //test/fixtures:fixture\n";
Copy file name to clipboardExpand all lines: test/fixtures/command_line/project.xcodeproj/project.pbxproj
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -637,7 +637,7 @@
637
637
);
638
638
runOnlyForDeploymentPostprocessing = 0;
639
639
shellPath = /bin/sh;
640
-
shellScript = "set -eu\n\n# Need to remove the directory that Xcode creates as part of output prep\nrm -rf \"$PROJECT_DIR/bazel-out\"\n\nPATH=\"${PATH//\\/usr\\/local\\/bin//opt/homebrew/bin:/usr/local/bin}\" \\\n ${BAZEL_PATH} \\\n build \\\n --output_groups=generated_inputs \\\n //test/fixtures/command_line:xcodeproj\n";
640
+
shellScript = "set -eu\n\n# Need to remove the directory that Xcode creates as part of output prep\nrm -rf \"$PROJECT_DIR/bazel-out\"\n\nenv -i \\\n DEVELOPER_DIR=\"$DEVELOPER_DIR\" \\\n HOME=\"$HOME\" \\\n PATH=\"${PATH//\\/usr\\/local\\/bin//opt/homebrew/bin:/usr/local/bin}\" \\\n USER=\"$USER\" \\\n ${BAZEL_PATH} \\\n build \\\n --output_groups=generated_inputs \\\n //test/fixtures/command_line:xcodeproj\n";
641
641
showEnvVarsInLog = 0;
642
642
};
643
643
8B6A1F2475BB65156F63CE12 /* Copy Swift Generated Header */ = {
Copy file name to clipboardExpand all lines: test/fixtures/tvos_app/project.xcodeproj/project.pbxproj
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -467,7 +467,7 @@
467
467
);
468
468
runOnlyForDeploymentPostprocessing = 0;
469
469
shellPath = /bin/sh;
470
-
shellScript = "set -eu\n\n# Need to remove the directory that Xcode creates as part of output prep\nrm -rf \"$PROJECT_DIR/bazel-out\"\n\nPATH=\"${PATH//\\/usr\\/local\\/bin//opt/homebrew/bin:/usr/local/bin}\" \\\n ${BAZEL_PATH} \\\n build \\\n --output_groups=generated_inputs \\\n //test/fixtures/tvos_app:xcodeproj\n";
470
+
shellScript = "set -eu\n\n# Need to remove the directory that Xcode creates as part of output prep\nrm -rf \"$PROJECT_DIR/bazel-out\"\n\nenv -i \\\n DEVELOPER_DIR=\"$DEVELOPER_DIR\" \\\n HOME=\"$HOME\" \\\n PATH=\"${PATH//\\/usr\\/local\\/bin//opt/homebrew/bin:/usr/local/bin}\" \\\n USER=\"$USER\" \\\n ${BAZEL_PATH} \\\n build \\\n --output_groups=generated_inputs \\\n //test/fixtures/tvos_app:xcodeproj\n";
0 commit comments