Changed name in iOS README.md (#12071)

This commit is contained in:
Meredith Mello 2021-02-23 10:33:06 -08:00 committed by GitHub
parent 1687d4a90b
commit 002edcec82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RetroArch needs to know a couple things when building the app. You can configure
This is the identity that will be used when signing the app after it is built. Under normal circumstance, you shouldn't have to change this. But if you have multiple Apple dev accounts on your computer, you will have to be more specific.
```
CODE_SIGN_IDENTITY="iPhone Distribution: Bill Cosby"
CODE_SIGN_IDENTITY="iPhone Distribution: Fred Rogers"
```
Adding the name of the account will make sure it uses the exact codesigning identity.