Skip to content

Commit 3f237c7

Browse files
committed
buildifier
Signed-off-by: Adin Cebic <cebic.ad@gmail.com>
1 parent 3022a52 commit 3f237c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xcodeproj/internal/xcodeproj_rule.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -906,11 +906,6 @@ A dict mapping of Labels for StoreKit Testing configuration files to their File
906906
"//xcodeproj/internal/templates:installer.sh",
907907
),
908908
),
909-
"_rsync": attr.label(
910-
allow_single_file = True,
911-
cfg = "exec",
912-
default = Label("//xcodeproj/internal/bazel_integration_files:renamed_rsync"),
913-
),
914909
# TODO: Remove 5.8 when support for Xcode 16.x is dropped.
915910
"_legacy_index_import": attr.label(
916911
cfg = "exec",
@@ -938,6 +933,11 @@ A dict mapping of Labels for StoreKit Testing configuration files to their File
938933
),
939934
executable = True,
940935
),
936+
"_rsync": attr.label(
937+
allow_single_file = True,
938+
cfg = "exec",
939+
default = Label("//xcodeproj/internal/bazel_integration_files:renamed_rsync"),
940+
),
941941
"_selected_model_versions_generator": attr.label(
942942
cfg = "exec",
943943
default = Label(

0 commit comments

Comments
 (0)