Skip to content

Commit 769b9f3

Browse files
authored
Update updated info about code signing in docs (#202)
1 parent 9e4ebbe commit 769b9f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/docs/3_Guides/BetaBuild.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ Open your Xcode project and modify some information:
5858

5959
- [ ] In the `General` tab, `Identity` section, change the `Bundle Identifier` to your identifier (useful for Fastlane)
6060
- [ ] In the `Signing & Capabilities` tab, `Signing` section, disable `Automatically manage signing`
61-
- [ ] In the `Build Settings` tab, set view filter on top to `All` and `Combined`, then go to the `Signing` section and into `Code Signing Identity`, set `Don't Code Sign` for the `debug` line (including `Any iOS SDK` also) and set `iOS Distribution` for the `release` line (including `Any iOS SDK` also).
61+
- [ ] In the `Build Settings` tab, set view filter on top to `All` and `Combined`, then go to the `Signing` section and into `Code Signing Identity`, set `Apple Development` for the `debug` line (including `Any iOS SDK` also) and set `Apple Distribution` for the `release` line (including `Any iOS SDK` also).
6262

6363

6464
Like this:
6565

6666
| Code Signing Identity | < Multiple values > |
6767
| ------------- | ------------- |
68-
| Debug | Don't Code Sign |
69-
| Any iOS SDK | Don't Code Sign |
70-
| Release | iOS Distribution |
71-
| Any iOS SDK | iOS Distribution |
68+
| Debug | Apple Development |
69+
| Any iOS SDK | Apple Development |
70+
| Release | Apple Distribution |
71+
| Any iOS SDK | Apple Distribution |
7272

7373

7474
### Setting up

0 commit comments

Comments
 (0)