We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7089d00 commit 31d25aaCopy full SHA for 31d25aa
1 file changed
xcodeproj/internal/bazel_integration_files/copy_outputs.sh
@@ -77,15 +77,6 @@ if [[ "$ACTION" != indexbuild ]]; then
77
find "$plugins_dir" -depth 2 -name "Info.plist" -exec touch {} \;
78
fi
79
80
- if [[ "${ENABLE_PREVIEWS:-}" == "YES" ]]; then
81
- # Symlink .o files from BAZEL_PACKAGE_BIN_DIR to OBJECT_FILE_DIR_normal/arm64
82
- find "$BAZEL_PACKAGE_BIN_DIR" -name '*.o' -exec sh -c '
83
- TARGET_FILE="$OBJECT_FILE_DIR_normal/arm64/$(basename "$1" | sed "s/\.swift//")"
84
- ln -shfF "$PWD/$1" $TARGET_FILE
85
- chmod 755 $TARGET_FILE
86
- ' _ {} \;
87
- fi
88
-
89
# Xcode Previews has a hard time finding frameworks (`@rpath`) when using
90
# framework schemes, so let's symlink them into
91
# `$TARGET_BUILD_DIR` (since we modify `@rpath` to always include
0 commit comments