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