Update BUILDING.md

This commit is contained in:
Niels Andriesse 2021-01-12 09:46:43 +11:00 committed by GitHub
parent 101c482bff
commit 2e6fd4b956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
We typically develop against the latest stable version of Xcode.
As of this writing, that's Xcode 11.5
As of this writing, that's Xcode 12.3
## Prerequistes
@ -41,14 +41,14 @@ pod install
## 3. Xcode
Open the `Signal.xcworkspace` in Xcode.
Open the `Session.xcworkspace` in Xcode.
```
open Signal.xcworkspace
open Session.xcworkspace
```
In the TARGETS area of the General tab, change the Team dropdown to
your own. You will need to do that for all the listed targets, for ex.
your own. You will need to do that for all the listed targets, e.g.
Session, SessionShareExtension, and SessionNotificationServiceExtension. You
will need an Apple Developer account for this.