File tree Expand file tree Collapse file tree
sdk/communication/AzureCommunicationCalling
AzureCommunicationCalling.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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\n Services." ,
66 "homepage" : " https://github.com/Azure/azure-sdk-for-ios" ,
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" ,
Original file line number Diff line number Diff line change 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;
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;
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;
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;
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments