You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/get-started/get-started-ios.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,17 @@ In Xcode, create a new iOS project and select the **App** template. This tutoria
38
38
39
39
:::image type="content" source="../../media/ios/xcode-new-ios-project.png" alt-text="Screenshot showing the New Project window within Xcode.":::
40
40
41
-
### Install the package and dependencies with CocoaPods
41
+
### Install Calling SDK using Swift Package Manager [Recommended]
42
+
Swift Package Manager is now the recommended installation method for the Azure Communications Calling SDK. CocoaPods support is being deprecated and will be removed in future versions. If you prefer to use Swift Package Manager, you can add the Azure Communication Calling SDK directly to your Xcode project.
43
+
44
+
1. In Xcode, go to File > Add Package Dependencies...
45
+
2. Enter the following repository URL: https://github.com/Azure/SwiftPM-AzureCommunicationCalling
46
+
3. For Dependency Rule, select Exact Version and enter: 2.18.1
47
+
4. Click Add Package
48
+
5. Select the AzureCommunicationCalling product and add it to your target
49
+
50
+
51
+
### Install the package and dependencies with CocoaPods (Alternative)
42
52
43
53
1. To create a Podfile for your application, open the terminal and navigate to the project folder and run:
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-ios.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,21 @@ In Xcode, create a new iOS project and select the Single View App template. This
34
34
35
35
:::image type="content" source="../../media/ios/xcode-new-ios-project.png" alt-text="Screenshot showing the New Project window within Xcode.":::
36
36
37
-
### Installing CocoaPods
37
+
38
+
### Install Calling SDK using Swift Package Manager [Recommended]
39
+
40
+
Swift Package Manager is now the recommended installation method for the Azure Communication Calling SDK. CocoaPods support is being deprecated and will be removed in future versions.
41
+
If you prefer to use Swift Package Manager, you can add the Azure Communication Calling SDK directly to your Xcode project.
42
+
43
+
Installation Steps
44
+
1. In Xcode, go to File > Add Package Dependencies...
45
+
2. Enter the following repository URL: [https://github.com/Azure/SwiftPM-AzureCommunicationCalling](https://github.com/Azure/SwiftPM-AzureCommunicationCalling)
46
+
3. For Dependency Rule, select Exact Version and enter: 2.18.1
47
+
4. Click Add Package
48
+
5. Select the AzureCommunicationCalling product and add it to your target
49
+
50
+
51
+
### Installing Calling SDK using CocoaPods [Alternative]
38
52
39
53
Use this guide to [install CocoaPods](https://guides.cocoapods.org/using/getting-started.html) on your Mac.
40
54
@@ -57,18 +71,6 @@ end
57
71
58
72
4. Open the `.xcworkspace` with Xcode.
59
73
60
-
### Using Swift Package Manager [Recommended]
61
-
62
-
Swift Package Manager is now the recommended installation method for the Azure Communication Calling SDK. CocoaPods support is being deprecated and will be removed in future versions.
63
-
If you prefer to use Swift Package Manager, you can add the Azure Communication Calling SDK directly to your Xcode project.
64
-
65
-
Installation Steps
66
-
1. In Xcode, go to File > Add Package Dependencies...
67
-
2. Enter the following repository URL: [https://github.com/Azure/SwiftPM-AzureCommunicationCalling](https://github.com/Azure/SwiftPM-AzureCommunicationCalling)
68
-
3. For Dependency Rule, select Exact Version and enter: 2.17.0-beta.3
69
-
4. Click Add Package
70
-
5. Select the AzureCommunicationCalling product and add it to your target
0 commit comments