From 6c7c301dd7aed1b8ad94c3ab27f4f7aec3c5a780 Mon Sep 17 00:00:00 2001 From: Yongjin Cho <49507839+yongjincho92@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:10:06 -0800 Subject: [PATCH] Update legacy_installer.sh Signed-off-by: Yongjin Cho <49507839+yongjincho92@users.noreply.github.com> --- xcodeproj/internal/templates/legacy_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcodeproj/internal/templates/legacy_installer.sh b/xcodeproj/internal/templates/legacy_installer.sh index 6c62fe06da..0d7cba7730 100644 --- a/xcodeproj/internal/templates/legacy_installer.sh +++ b/xcodeproj/internal/templates/legacy_installer.sh @@ -134,7 +134,7 @@ rsync \ --chmod=u+w,F-x \ --exclude=project.xcworkspace \ --exclude=rules_xcodeproj/bazel \ - --exclude=xcuserdata \ + --exclude="*.xcbkptlist" \ --delete \ "$src/" "$dest/"