Skip to content

Commit

Permalink
Merge pull request #7 from 100mslive/feature/1.14.1
Browse files Browse the repository at this point in the history
1.14.1 Release
  • Loading branch information
gzerad authored Jul 11, 2024
2 parents 0bcaf02 + 82af46c commit 93e07bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "HMSSDK",
url: "https://github.com/100mslive/100ms-ios-sdk-staging/releases/download/1.11.0/HMSSDK.xcframework.zip",
checksum: "561f5ece17e7dcfe9476ce254aab75383ec91c81c794b6066c675f66c98e55f1"
url: "https://github.com/100mslive/100ms-ios-sdk-staging/releases/download/1.14.1/HMSSDK.xcframework.zip",
checksum: "72a1d3a274e65f08e8b63f6b706cacf560e1218a24ea659199de8643a2f43c23"
),
.binaryTarget(
name: "WebRTC",
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6168/WebRTC.xcframework.zip",
checksum: "43553df83e63f6cc3f996af00f934b2441805a83a39efbbc29ae454b9ee590e0"
url: "https://github.com/100mslive/webrtc-ios/releases/download/1.0.6170/WebRTC.xcframework.zip",
checksum: "5f5f6ed16e9e225f92aa8755604461fa76c93c1171899b68af59e73cc1310fb4"
),
.target(name: "HMSSDKDependencies", dependencies: ["HMSAnalyticsSDK"], path: "dependencies")
]
Expand Down

0 comments on commit 93e07bb

Please sign in to comment.