From 920274bb21f787c649b58c1f12dfdb666eb171be Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Thu, 29 Jul 2021 15:38:35 +1000 Subject: [PATCH] Add documentation --- Session.xcodeproj/project.pbxproj | 2 ++ Session/Calls/INSTRUCTIONS.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 Session/Calls/INSTRUCTIONS.md diff --git a/Session.xcodeproj/project.pbxproj b/Session.xcodeproj/project.pbxproj index 1af1fa2a7..a020fa8e0 100644 --- a/Session.xcodeproj/project.pbxproj +++ b/Session.xcodeproj/project.pbxproj @@ -1167,6 +1167,7 @@ B8214A2A25D63EB9009C0F2A /* MessagesTableView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagesTableView.swift; sourceTree = ""; }; B822F9BB26B26C82003B8CB8 /* TSCall.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TSCall.h; sourceTree = ""; }; B822F9BC26B26CA2003B8CB8 /* TSCall.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TSCall.m; sourceTree = ""; }; + B822F9C326B275FA003B8CB8 /* INSTRUCTIONS.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = INSTRUCTIONS.md; sourceTree = ""; }; B8269D2825C7A4B400488AB4 /* InputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputView.swift; sourceTree = ""; }; B8269D3225C7A8C600488AB4 /* InputViewButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputViewButton.swift; sourceTree = ""; }; B8269D3C25C7B34D00488AB4 /* InputTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InputTextView.swift; sourceTree = ""; }; @@ -2200,6 +2201,7 @@ B882A74F26AE878300B5AB69 /* Calls */ = { isa = PBXGroup; children = ( + B822F9C326B275FA003B8CB8 /* INSTRUCTIONS.md */, B882A75026AE878300B5AB69 /* CallService.swift */, B882A75126AE878300B5AB69 /* Group */, B882A75426AE878300B5AB69 /* CallAudioService.swift */, diff --git a/Session/Calls/INSTRUCTIONS.md b/Session/Calls/INSTRUCTIONS.md new file mode 100644 index 000000000..8d9f24806 --- /dev/null +++ b/Session/Calls/INSTRUCTIONS.md @@ -0,0 +1,3 @@ +# Building SignalRingRTC + +A pre-built version of the SignalRingRTC framework is included so that not everyone who checks out the Session iOS repo has to rebuild it (doing that takes a long time). If, however, you want to rebuild the SignalRingRTC framework, you can find instructions on how to do that here: https://github.com/signalapp/ringrtc/blob/master/BUILDING.md .