Skip to content

Commit

Permalink
"Update framework urls for v0.2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed May 12, 2022
1 parent d33da60 commit 85f786c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ let package = Package(
.binaryTarget(
name: "PexipConference",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipConference.xcframework.zip",
checksum: "0dc20fdc87bbe8416298778c4ca05a023f12d1872ce19c04a7896e22b464c30c"
checksum: "7da03bccaccf424070c73757b4d243b0872f812a989be4380c1e155ef70e214e"
),
// PexipInfinityClient
.target(name: "PexipInfinityClientTargets",
Expand All @@ -60,7 +60,7 @@ let package = Package(
.binaryTarget(
name: "PexipInfinityClient",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipInfinityClient.xcframework.zip",
checksum: "fc57256dabf58a02b103271c37121b2a841146449d99addebaa82ca071898db3"
checksum: "281063d820b8f234945947907097d9fc5f24ca59a846f46849a9a2132350ee91"
),
// PexipRTC
.target(name: "PexipRTCTargets",
Expand All @@ -75,19 +75,19 @@ let package = Package(
.binaryTarget(
name: "PexipRTC",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipRTC.xcframework.zip",
checksum: "44cb87cdfec5ff38e05791133440b8e5870a2653afc7422df272be05e7dcdcc8"
checksum: "681faec09ba1f17385a30dc1b5518d7aee0e2c0486e98f1ea472c2dbc17ed515"
),
// PexipMedia
.binaryTarget(
name: "PexipMedia",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipMedia.xcframework.zip",
checksum: "d1ca6e395896a8b967c4b96e5c8d8c7e52fb9b13e5b79106f1b11cc4a9333490"
checksum: "0b7e54fce29c14c33c8392f7580e1b35152ee920d652591c8ef5e51493193505"
),
// PexipUtils
.binaryTarget(
name: "PexipUtils",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipUtils.xcframework.zip",
checksum: "3618e2c0de032cf76f8ac3a3538e1cac501083a5c1871020c34bf71f5f6782b4"
checksum: "ba763cc4aaca620d3965bc4e2f18e8b6b0c7f900a6ddb0fdfa5dc95e25fa67f9"
),
// WebRTC
.binaryTarget(
Expand Down
2 changes: 1 addition & 1 deletion PexipConference.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipConference.xcframework.zip',
sha256: '0dc20fdc87bbe8416298778c4ca05a023f12d1872ce19c04a7896e22b464c30c',
sha256: '7da03bccaccf424070c73757b4d243b0872f812a989be4380c1e155ef70e214e',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
2 changes: 1 addition & 1 deletion PexipInfinityClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipInfinityClient.xcframework.zip',
sha256: 'fc57256dabf58a02b103271c37121b2a841146449d99addebaa82ca071898db3',
sha256: '281063d820b8f234945947907097d9fc5f24ca59a846f46849a9a2132350ee91',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
2 changes: 1 addition & 1 deletion PexipMedia.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipMedia.xcframework.zip',
sha256: 'd1ca6e395896a8b967c4b96e5c8d8c7e52fb9b13e5b79106f1b11cc4a9333490',
sha256: '0b7e54fce29c14c33c8392f7580e1b35152ee920d652591c8ef5e51493193505',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
2 changes: 1 addition & 1 deletion PexipRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipRTC.xcframework.zip',
sha256: '44cb87cdfec5ff38e05791133440b8e5870a2653afc7422df272be05e7dcdcc8',
sha256: '681faec09ba1f17385a30dc1b5518d7aee0e2c0486e98f1ea472c2dbc17ed515',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
2 changes: 1 addition & 1 deletion PexipUtils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipUtils.xcframework.zip',
sha256: '3618e2c0de032cf76f8ac3a3538e1cac501083a5c1871020c34bf71f5f6782b4',
sha256: 'ba763cc4aaca620d3965bc4e2f18e8b6b0c7f900a6ddb0fdfa5dc95e25fa67f9',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down

0 comments on commit 85f786c

Please sign in to comment.