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/"