Skip to content

Commit

Permalink
[Infra] Fix unchanged reference to 'master' branch (#12210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Dec 20, 2023
1 parent 5890db9 commit c046011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftPackageManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you're using FirebaseCrashlytics, you can use
as the run script that allows Xcode to upload your project's dSYM files.

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

0 comments on commit c046011

Please sign in to comment.