From 708915bfcf9c921b5cb8c9d765e0effec0d35c71 Mon Sep 17 00:00:00 2001 From: xumo-95 <77996101+xumo-95@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:51:25 -0700 Subject: [PATCH] AzureCommunicationCalling 2.6.0 (#1591) * AzureCommunicationCalling 2.6.0 * fix error * remove empty config * Update sdk/communication/AzureCommunicationCalling/CHANGELOG.md Co-authored-by: Luciano Almeida <100867762+lucianopa-msft@users.noreply.github.com> --------- Co-authored-by: Xu Mo Co-authored-by: Luciano Almeida <100867762+lucianopa-msft@users.noreply.github.com> --- .../AzureCommunicationCalling.podspec.json | 10 +++------- .../project.pbxproj | 4 ++-- .../AzureCommunicationCalling/CHANGELOG.md | 6 ++++++ 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json index 78b3ff075..9e660b3de 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.podspec.json @@ -1,6 +1,6 @@ { "name": "AzureCommunicationCalling", - "version": "2.6.0-beta.1", + "version": "2.6.0", "summary": "Azure Communication Calling Service client library for iOS", "description": "This package contains the Calling client library for Azure Communication\nServices.", "homepage": "https://github.com/Azure/azure-sdk-for-ios", @@ -17,17 +17,13 @@ }, "swift_versions": "5.0", "source": { - "http": "https://github.com/Azure/Communication/releases/download/v2.6.0-beta.1/AzureCommunicationCalling-2.6.0-beta.1.zip" + "http": "https://github.com/Azure/Communication/releases/download/v2.6.0/AzureCommunicationCalling-2.6.0.zip" }, "source_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h", "public_header_files": "AzureCommunicationCalling.xcframework/*/AzureCommunicationCalling.framework/Headers/*.h", "vendored_frameworks": "AzureCommunicationCalling.xcframework", "pod_target_xcconfig": { - "DEFINES_MODULE": "YES", - "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" - }, - "user_target_xcconfig": { - "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + "DEFINES_MODULE": "YES" }, "dependencies": { "AzureCommunicationCommon": [ diff --git a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj index 97c46fc5e..021e6b2dc 100644 --- a/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj +++ b/sdk/communication/AzureCommunicationCalling/AzureCommunicationCalling.xcodeproj/project.pbxproj @@ -275,7 +275,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = "2.6.0-beta.1"; + MARKETING_VERSION = "2.6.0"; PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -300,7 +300,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = "2.6.0-beta.1"; + MARKETING_VERSION = "2.6.0"; PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.azure.AzureCommunicationCalling; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md index 55213bba0..6f17499b4 100644 --- a/sdk/communication/AzureCommunicationCalling/CHANGELOG.md +++ b/sdk/communication/AzureCommunicationCalling/CHANGELOG.md @@ -1,4 +1,10 @@ # Release History +## 2.6.0 (2023-08-10) +### Features Added +* New Teams captions feature that allows ACS users to enable closed captions in Teams meeting and allows Microsoft 365 users on ACS SDK to use closed captions in one to one and group calls. Users will also have the ability to update spoken language for the call and caption language for themselves (requires Teams Premium). +* Added support for user facing diagnostics feature. +### Bug Fixes +* Fixes issues with building targeting Apple Silicon Simulators when installing via CocoaPods. ## 2.6.0-beta.1 (2023-07-20)