File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments