Skip to content

Commit

Permalink
AzureCommunicationCalling 2.6.0 (#1591)
Browse files Browse the repository at this point in the history
* AzureCommunicationCalling 2.6.0

* fix error

* remove empty config

* Update sdk/communication/AzureCommunicationCalling/CHANGELOG.md

Co-authored-by: Luciano Almeida <[email protected]>

---------

Co-authored-by: Xu Mo <[email protected]>
Co-authored-by: Luciano Almeida <[email protected]>
  • Loading branch information
3 people authored Aug 11, 2023
1 parent bdbd1f7 commit 708915b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
6 changes: 6 additions & 0 deletions sdk/communication/AzureCommunicationCalling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 708915b

Please sign in to comment.