Skip to content

Commit 3a692f0

Browse files
authored
Origin/azure communication common 1.3.3 (#2265)
* Release 1.3.3 It downloads the xcframework with just source files (Test files not referenced) Fixed the url for 1.3.2 * Update package.swift file Updated the binary link with new generated xcframework * Updated the checksum Updated the checksum
1 parent a1a8353 commit 3a692f0

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

jazzy/AzureCommunicationCommon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ author: Microsoft
22
author_url: https://azure.github.io/azure-sdk/
33
github_url: https://github.com/Azure/azure-sdk-for-ios
44
module: AzureCommunicationCommon
5-
module_version: 1.3.2
5+
module_version: 1.3.3
66
readme: ../sdk/communication/AzureCommunication/README.md
77
skip_undocumented: false
88
hide_unlisted_documentation: false

sdk/communication/AzureCommunicationCommon/AzureCommunicationCommon.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "AzureCommunicationCommon",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"summary": "Azure Communication Service common client library for iOS",
55
"description": "This package contains common code for Azure Communication Services\nlibraries.",
66
"homepage": "https://github.com/Azure/azure-sdk-for-ios",
@@ -18,7 +18,7 @@
1818
"swift_versions": "5.0",
1919
"source": {
2020
"git": "https://github.com/Azure/azure-sdk-for-ios.git",
21-
"tag": "AzureCommunicationCommon_1.3.2"
21+
"tag": "AzureCommunicationCommon_1.3.3"
2222
},
2323
"source_files": "sdk/communication/AzureCommunicationCommon/Source/**/*.{swift,h,m}",
2424
"pod_target_xcconfig": {

sdk/communication/AzureCommunicationCommon/AzureCommunicationCommon.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
"@executable_path/Frameworks",
589589
"@loader_path/Frameworks",
590590
);
591-
MARKETING_VERSION = 1.3.2;
591+
MARKETING_VERSION = 1.3.3;
592592
NEW_SETTING = "";
593593
PRODUCT_BUNDLE_IDENTIFIER = com.azure.communication.AzureCommunicationCommon;
594594
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
@@ -620,7 +620,7 @@
620620
"@executable_path/Frameworks",
621621
"@loader_path/Frameworks",
622622
);
623-
MARKETING_VERSION = 1.3.2;
623+
MARKETING_VERSION = 1.3.3;
624624
NEW_SETTING = "";
625625
PRODUCT_BUNDLE_IDENTIFIER = com.azure.communication.AzureCommunicationCommon;
626626
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";

sdk/communication/AzureCommunicationCommon/CHANGELOG.md

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

3+
## 1.3.3 (2025-11-05)
4+
### Changes
5+
- Fixed Package.swift binary URL format for Swift Package Manager compatibility
6+
- Binary still references 1.3.0 XCFramework (no code changes)
7+
- Updated SwiftPM manifest to reference the hosted XCFramework zip
8+
- No new APIs or functional changes compared to 1.3.0.
9+
310
## 1.3.2 (2025-10-31)
411
### Changes
512
- Fixed Package.swift binary URL format for Swift Package Manager compatibility

sdk/communication/AzureCommunicationCommon/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ let package = Package(
4040
targets: [
4141
.binaryTarget(
4242
name: "AzureCommunicationCommon",
43-
url:"https://github.com/Azure/azure-sdk-for-ios/releases/download/AzureCommunicationCommon_1.3.2/AzureCommunicationCommon_1.3.2.zip",
44-
checksum: "cad801c386b33087f4a53efd0ef2aed0dd07aa9c37d842b924ae6ba73e5d89cf"
43+
url:"https://github.com/Azure/azure-sdk-for-ios/releases/download/AzureCommunicationCommon_1.3.3/AzureCommunicationCommon_1.3.3.xcframework.zip",
44+
checksum: "4694c77d1ef30178197c458195474b78b4e28098c821e0392c420cf5f0762568"
4545
)
4646
],
4747
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)