diff --git a/Package.swift b/Package.swift index d4b09be..3111ea2 100644 --- a/Package.swift +++ b/Package.swift @@ -12,8 +12,8 @@ let package = Package( dependencies: [ ], targets: [ - .binaryTarget(name: "VoximplantSDK", url: "https://voximplant-releases.s3.eu-central-1.amazonaws.com/ios-sdk/2.38.0/VoximplantSDK.zip", checksum: "1ca1f2cf2601c273a68976635917f9dc4fdf544c2127476b1485aa854faa9b2c"), - .binaryTarget(name: "VoximplantWebRTC", url: "https://voximplant-releases.s3.eu-central-1.amazonaws.com/ios-webrtc/89.0.0/WebRTC.zip", checksum: "3e3dcaf803a24f8e13870e1eb0b4218122afd049991938b217d01c0782195d85"), + .binaryTarget(name: "VoximplantSDK", url: "https://voximplant-releases.s3.eu-central-1.amazonaws.com/ios-sdk/2.39.0/VoximplantSDK.zip", checksum: "77227c244b1c21f91c9b5f6498acc7898c6f4857dcb08336b3410d307471c045"), + .binaryTarget(name: "VoximplantWebRTC", url: "https://voximplant-releases.s3.eu-central-1.amazonaws.com/ios-webrtc/89.0.1/WebRTC.zip", checksum: "53c9172098ec17c0cef6ab53a31beebe0e80e6fb50a426be3efbd08c808f7ebb"), ] ) diff --git a/README.md b/README.md index ab5c48f..dcef0d4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository provides the access to the Voximplant iOS SDK for Swift Package Manager. -Voximplant iOS SDK is distributed as a binary packages (XCFramework) since 2.38.0. +Voximplant iOS SDK is distributed as a binary package (XCFramework) since 2.38.0. Supported architectures: - iphoneos: armv7, arm64 @@ -11,7 +11,7 @@ Supported architectures: ## Add Voximplant to your app in Xcode -1. Open the project in Xcode +1. Open your project in Xcode 2. Go to Files > Swift Packages > Add Package Dependency 3. Add this github repository ( .... ) 4. Select the SDK version @@ -29,8 +29,9 @@ dependencies: [ ``` ## Version notice + Voximplant iOS SDK version does not fully conform to [semantic versioning](https://www.semver.org/). -The backward compatibility is only garanteed for the patch version. Minor version change may include the API changes or a dependency update. +Backward compatibility is only guaranteed for the patch version. API changes or a dependency update will increment the minor version. Check the Voximplant iOS SDK [changelog](https://voximplant.com/docs/references/iossdk/changelog) before selecting a version requirement. It is recommended to use `exact` or `upToNextMinor` requirements.