From 5c69c5fd07097e0fb8c87b35d7be96097ef08198 Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Tue, 2 Aug 2022 13:06:30 +0200 Subject: [PATCH] "Update framework urls for v0.4.0" --- Package.swift | 22 +++++++++++----------- PexipConference.podspec | 6 +++--- PexipInfinityClient.podspec | 6 +++--- PexipMedia.podspec | 6 +++--- PexipRTC.podspec | 6 +++--- PexipUtils.podspec | 6 +++--- WebRTC.podspec | 2 +- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Package.swift b/Package.swift index 3a6f6c02..1d7cde35 100644 --- a/Package.swift +++ b/Package.swift @@ -46,8 +46,8 @@ let package = Package( ), .binaryTarget( name: "PexipConference", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipConference.xcframework.zip", - checksum: "b48d3b6fad4702633909dc429a9ec445dbc6c6b2ed93a725a6a1a13dc9cbecb3" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipConference.xcframework.zip", + checksum: "3f99e739c782fb507d4a2402e715c82719b106c11ea20a8e380e1da31c737eab" ), // PexipInfinityClient .target(name: "PexipInfinityClientTargets", @@ -59,8 +59,8 @@ let package = Package( ), .binaryTarget( name: "PexipInfinityClient", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipInfinityClient.xcframework.zip", - checksum: "9bf385f5e5e6c8200c076d13e0e27978d553b75d343baab3e4e456ab999427c2" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipInfinityClient.xcframework.zip", + checksum: "c7c0f61949b80b597d44abe282d7e4e942139c83d4d2f1d08f9738f033107efa" ), // PexipRTC .target(name: "PexipRTCTargets", @@ -74,25 +74,25 @@ let package = Package( ), .binaryTarget( name: "PexipRTC", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipRTC.xcframework.zip", - checksum: "dc1b613ee53f81c470e7b3484eaa00ab1f413b61c219be0f21c4e7c948c65d0b" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipRTC.xcframework.zip", + checksum: "c117a89ace91ffb469de752f99043c1f3c1f356053fba862cee8e42440f2dbb7" ), // PexipMedia .binaryTarget( name: "PexipMedia", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipMedia.xcframework.zip", - checksum: "33f3b0532549771db8bd178ff47978cff815ba39297804707858707ec26f2575" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipMedia.xcframework.zip", + checksum: "23bca19db5ef0cd67df376966600b76f0fe5cd9ab6e0d70cb44bc102f2e0eb09" ), // PexipUtils .binaryTarget( name: "PexipUtils", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipUtils.xcframework.zip", - checksum: "370408dc504855ed7ca49d15a321fa186f3bb36dc64072f52bc9447e8054038a" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipUtils.xcframework.zip", + checksum: "e672b276f94679d208e8b69e285991f4b6bed3c9a1ca7617ea2e3524fd6a7988" ), // WebRTC .binaryTarget( name: "WebRTC", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/WebRTC.xcframework.zip", + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/WebRTC.xcframework.zip", checksum: "1ddefa62bfe01fbb2fbebea94c7c7992a26e09d3f0ee6c18ee008f62f498ce6f" ) ] diff --git a/PexipConference.podspec b/PexipConference.podspec index a2acbb8b..6e1fd30a 100644 --- a/PexipConference.podspec +++ b/PexipConference.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipConference' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'Core components for working with conferences hosted on the Pexip Infinity platform' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipConference.xcframework.zip', - sha256: 'b48d3b6fad4702633909dc429a9ec445dbc6c6b2ed93a725a6a1a13dc9cbecb3', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipConference.xcframework.zip', + sha256: '3f99e739c782fb507d4a2402e715c82719b106c11ea20a8e380e1da31c737eab', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/PexipInfinityClient.podspec b/PexipInfinityClient.podspec index e66477c5..616d6db9 100644 --- a/PexipInfinityClient.podspec +++ b/PexipInfinityClient.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipInfinityClient' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'A fluent client for Pexip Infinity REST API v2' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipInfinityClient.xcframework.zip', - sha256: '9bf385f5e5e6c8200c076d13e0e27978d553b75d343baab3e4e456ab999427c2', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipInfinityClient.xcframework.zip', + sha256: 'c7c0f61949b80b597d44abe282d7e4e942139c83d4d2f1d08f9738f033107efa', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/PexipMedia.podspec b/PexipMedia.podspec index aa0eadd7..58bdc432 100644 --- a/PexipMedia.podspec +++ b/PexipMedia.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipMedia' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'Core components for working with audio and video in the Pexip Swift SDK' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipMedia.xcframework.zip', - sha256: '33f3b0532549771db8bd178ff47978cff815ba39297804707858707ec26f2575', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipMedia.xcframework.zip', + sha256: '23bca19db5ef0cd67df376966600b76f0fe5cd9ab6e0d70cb44bc102f2e0eb09', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/PexipRTC.podspec b/PexipRTC.podspec index 8f81274a..f7bb7b05 100644 --- a/PexipRTC.podspec +++ b/PexipRTC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipRTC' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'Pexip WebRTC-based media stack for sending and receiving video streams.' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipRTC.xcframework.zip', - sha256: 'dc1b613ee53f81c470e7b3484eaa00ab1f413b61c219be0f21c4e7c948c65d0b', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipRTC.xcframework.zip', + sha256: 'c117a89ace91ffb469de752f99043c1f3c1f356053fba862cee8e42440f2dbb7', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/PexipUtils.podspec b/PexipUtils.podspec index 362d6cdf..7792a68f 100644 --- a/PexipUtils.podspec +++ b/PexipUtils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipUtils' - s.version = '0.3.0' + s.version = '0.4.0' s.summary = 'Pexip Swift SDK extensions, utilities and shared components.' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipUtils.xcframework.zip', - sha256: '370408dc504855ed7ca49d15a321fa186f3bb36dc64072f52bc9447e8054038a', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/PexipUtils.xcframework.zip', + sha256: 'e672b276f94679d208e8b69e285991f4b6bed3c9a1ca7617ea2e3524fd6a7988', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/WebRTC.podspec b/WebRTC.podspec index fb825f32..a0983be1 100644 --- a/WebRTC.podspec +++ b/WebRTC.podspec @@ -44,7 +44,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/WebRTC.xcframework.zip', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.4.0/WebRTC.xcframework.zip', sha256: '1ddefa62bfe01fbb2fbebea94c7c7992a26e09d3f0ee6c18ee008f62f498ce6f', type: 'zip', headers: ['Accept: application/octet-stream']