Skip to content

Commit 95b90d8

Browse files
inancyGitNancy Pandya
andauthored
AzureCommunicationCalling-2.18.3 beta.2 (#2478)
* Updating 2.18.3-beta.2 version * Updating 2.18.3-beta.2 version * Update Changelog * Update ChangeLog.md --------- Co-authored-by: Nancy Pandya <pandyanancy@microsoft.com>
1 parent 3e59da2 commit 95b90d8

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AzureCommunicationCalling",
3-
"version": "2.18.2",
3+
"version": "2.18.3-beta.2",
44
"summary": "Azure Communication Calling Service client library for iOS",
55
"description": "This package contains the Calling client library for Azure Communication\nServices.",
66
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
@@ -17,7 +17,7 @@
1717
},
1818
"swift_versions": "5.0",
1919
"source": {
20-
"http": "https://github.com/Azure/Communication/releases/download/v2.18.2/AzureCommunicationCalling-2.18.2.zip"
20+
"http": "https://github.com/Azure/Communication/releases/download/v2.18.3-beta.2/AzureCommunicationCalling-2.18.3-beta.2.zip"
2121
},
2222
"source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",
2323
"public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h",

sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
GCC_WARN_UNUSED_FUNCTION = YES;
192192
GCC_WARN_UNUSED_VARIABLE = YES;
193193
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
194+
MARKETING_VERSION = "2.18.3-beta.2";
194195
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
195196
MTL_FAST_MATH = YES;
196197
ONLY_ACTIVE_ARCH = YES;
@@ -250,6 +251,7 @@
250251
GCC_WARN_UNUSED_FUNCTION = YES;
251252
GCC_WARN_UNUSED_VARIABLE = YES;
252253
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
254+
MARKETING_VERSION = "2.18.3-beta.2";
253255
MTL_ENABLE_DEBUG_INFO = NO;
254256
MTL_FAST_MATH = YES;
255257
SDKROOT = iphoneos;
@@ -277,7 +279,7 @@
277279
"@executable_path/Frameworks",
278280
"@loader_path/Frameworks",
279281
);
280-
MARKETING_VERSION = "2.18.2";
282+
MARKETING_VERSION = "2.18.3-beta.2";
281283
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
282284
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
283285
SKIP_INSTALL = YES;
@@ -302,7 +304,7 @@
302304
"@executable_path/Frameworks",
303305
"@loader_path/Frameworks",
304306
);
305-
MARKETING_VERSION = "2.18.2";
307+
MARKETING_VERSION = "2.18.3-beta.2";
306308
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling;
307309
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
308310
SKIP_INSTALL = YES;

sdk/communication/AzureCommunicationCalling/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 2.18.3-beta.2 (2026-06-10)
4+
### Platform resolution fix
5+
36
## 2.18.2 (2026-03-10)
47
### arm64 crash in simulator
58

sdk/communication/AzureCommunicationCalling/Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ let package = Package(
4848
targets: [
4949
.binaryTarget(
5050
name: "AzureCommunicationCalling",
51-
url: "https://github.com/Azure/Communication/releases/download/v2.18.2/AzureCommunicationCalling-2.18.2.zip",
52-
checksum: "5d910fedb91ad27b2a0c820e7e4a5d6e1c67c27398f49fc440b38d2d56c7661e"
51+
url: "https://github.com/Azure/Communication/releases/download/v2.18.3-beta.2/AzureCommunicationCalling-2.18.3-beta.2.zip",
52+
checksum: "7be1a68176c66d568c54fb6686b8ab416ef0c7ceb87b4db7c7a69146e0301caf"
5353
),
5454
.binaryTarget(
5555
name: "AzureCommunicationCommon",
56-
url:"https://github.com/Azure/azure-sdk-for-ios/releases/download/AzureCommunicationCommon_1.3.3/AzureCommunicationCommon_1.3.3.xcframework.zip",
57-
checksum: "4694c77d1ef30178197c458195474b78b4e28098c821e0392c420cf5f0762568"
56+
url:"https://github.com/Azure/azure-sdk-for-ios/releases/download/AzureCommunicationCommon_1.3.5/AzureCommunicationCommon_1.3.5.xcframework.zip",
57+
checksum: "5eda764f33867fb57d45d568a793c57fa6f618bc2f935f86247cfcf4fa117371"
5858
)
5959
]
6060
)

0 commit comments

Comments
 (0)