Skip to content

Commit af00862

Browse files
author
Antonis Tsakiridis
authored
Merge pull request #2468 from RestComm/atsakiridis_issue2467
Fixed #2467: Update iOS quick start guide asciidoc to be in sync with…
2 parents 29e132d + 5d8d690 commit af00862

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/sdks/restcomm-client-ios-sdk-quick-start.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Use the existing sample iOS App, 'HelloWorld'
2525

2626
For now let's try the Hello World Sample App to get acquainted:
2727

28-
* Grab the latest Restcomm iOS SDK release from link:https://github.com/RestComm/restcomm-ios-sdk/releases[GitHub]. At the time of this writing it is v1.0.0-beta-4 and the bundle you need to download is link:https://github.com/RestComm/restcomm-ios-sdk/archive/v1.0.0-beta.4.2.zip[restcomm-ios-sdk-1.0.0-beta.4.2.zip]
28+
* Grab the latest Restcomm iOS SDK release from link:https://github.com/RestComm/restcomm-ios-sdk/releases[GitHub]. At the time of this writing it is 1.0.0-beta.4.2.4 and the bundle you need to download is link:https://github.com/RestComm/restcomm-ios-sdk/releases/download/1.0.0-beta.4.2.4/restcomm-ios-sdk-1.0.0-beta.4.2.4.tar.bz2[restcomm-ios-sdk-1.0.0-beta.4.2.4.tar.bz2]
2929
* Extract it:
3030
+
3131
[source,theme:github,toolbar:2,lang:default,decode:true]
3232
----
33-
$ unzip restcomm-ios-sdk-1.0.0-beta.4.2.zip
33+
$ tar -jxvf restcomm-ios-sdk-1.0.0-beta.4.2.4.tar.bz2
3434
----
3535
3636
To illustrate the SDK, first we'll be using one of the sample Apps provided in the bundle, called 'Hello World':
@@ -42,7 +42,7 @@ $ pod install
4242
Analyzing dependencies
4343
Fetching podspec for `restcomm-ios-sdk` from `../../`
4444
Downloading dependencies
45-
Installing restcomm-ios-sdk (0.9.1)
45+
Installing restcomm-ios-sdk (1.0.0-beta.4.2.4)
4646
Installing sofia-sip-library (1.12.11.2)
4747
Installing webrtc-framework (14493.2)
4848
Generating Pods project
@@ -129,7 +129,7 @@ $ pod init
129129
130130
target 'your-target' do
131131
# Pods for your-project
132-
pod 'restcomm-ios-sdk'
132+
pod 'restcomm-ios-sdk', '>= 1.0.0-beta.4.2.4'
133133

134134
...
135135
end

0 commit comments

Comments
 (0)