From 2e6fd4b9560006085bfbc0be0b3ca9bb818a5749 Mon Sep 17 00:00:00 2001 From: Niels Andriesse <9340958+nielsandriesse@users.noreply.github.com> Date: Tue, 12 Jan 2021 09:46:43 +1100 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index ff08a28f9..90fcebc3b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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.