Skip to content

Commit

Permalink
Swift Package 2.39.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBrejcha committed May 26, 2021
1 parent 53d8e38 commit 390e77b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]
)

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.

0 comments on commit 390e77b

Please sign in to comment.