File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 INPLACE=(" -i" )
2323fi
2424
25- # Modify the WORKSPACE to pull in the master branches of some deps.
25+ # Modify the WORKSPACE to pull in the main branches of some deps.
2626sed \
2727 " ${INPLACE[@]} " \
2828 -e \
@@ -39,7 +39,7 @@ git_repository(\
3939git_repository(\
4040\ name = "build_bazel_apple_support",\
4141\ remote = "https://github.com/bazelbuild/apple_support.git",\
42- \ branch = "master ",\
42+ \ branch = "main ",\
4343)\
4444' \
4545 WORKSPACE
Original file line number Diff line number Diff line change 11# Swift Rules for [ Bazel] ( https://bazel.build )
22
3- [ ![ Build status] ( https://badge.buildkite.com/d562b11425e192a8f6ba9c43715bc8364985bccf54e4b9194a.svg?branch=master )] ( https://buildkite.com/bazel/rules-swift-swift )
3+ [ ![ Build status] ( https://badge.buildkite.com/d562b11425e192a8f6ba9c43715bc8364985bccf54e4b9194a.svg?branch=main )] ( https://buildkite.com/bazel/rules-swift-swift )
44
55This repository contains rules for [ Bazel] ( https://bazel.build ) that can be
66used to build Swift libraries, tests, and executables for macOS and Linux.
@@ -40,7 +40,7 @@ swift_library(
4040
4141## Reference Documentation
4242
43- [ Click here] ( https://github.com/bazelbuild/rules_swift/tree/master /doc )
43+ [ Click here] ( https://github.com/bazelbuild/rules_swift/tree/main /doc )
4444for the reference documentation for the rules and other definitions in this
4545repository.
4646
You can’t perform that action at this time.
0 commit comments