Skip to content

Commit c046011

Browse files
authored
[Infra] Fix unchanged reference to 'master' branch (#12210)
1 parent 5890db9 commit c046011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftPackageManager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you're using FirebaseCrashlytics, you can use
5454
as the run script that allows Xcode to upload your project's dSYM files.
5555

5656
Another option is to use the
57-
[upload-symbols](https://github.com/firebase/firebase-ios-sdk/raw/master/Crashlytics/upload-symbols)
57+
[upload-symbols](https://github.com/firebase/firebase-ios-sdk/raw/main/Crashlytics/upload-symbols)
5858
script. Place it in the directory where your `.xcodeproj` file lives,
5959
eg. `scripts/upload-symbols`, and make sure that the file is executable:
6060
`chmod +x scripts/upload-symbols`.

0 commit comments

Comments
 (0)