Skip to content

Commit 0c8810b

Browse files
committed
buildifier
Signed-off-by: Adin Cebic <cebic.ad@gmail.com>
1 parent f29c2d6 commit 0c8810b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

xcodeproj/internal/xcodeproj_rule.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -911,11 +911,6 @@ A dict mapping of Labels for StoreKit Testing configuration files to their File
911911
"//xcodeproj/internal/templates:installer.sh",
912912
),
913913
),
914-
"_rsync": attr.label(
915-
allow_single_file = True,
916-
cfg = "exec",
917-
default = Label("//xcodeproj/internal/bazel_integration_files:renamed_rsync"),
918-
),
919914
# TODO: Remove 5.8 when support for Xcode 16.x is dropped.
920915
"_legacy_index_import": attr.label(
921916
cfg = "exec",
@@ -943,6 +938,11 @@ A dict mapping of Labels for StoreKit Testing configuration files to their File
943938
),
944939
executable = True,
945940
),
941+
"_rsync": attr.label(
942+
allow_single_file = True,
943+
cfg = "exec",
944+
default = Label("//xcodeproj/internal/bazel_integration_files:renamed_rsync"),
945+
),
946946
"_selected_model_versions_generator": attr.label(
947947
cfg = "exec",
948948
default = Label(

0 commit comments

Comments
 (0)