Skip to content

Commit 38c66d0

Browse files
committed
Updated WebRTC to m122
1 parent 4a74265 commit 38c66d0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ let package = Package(
2121
"WebRTC"
2222
]),
2323
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.9-beta2.xcframework.zip", checksum: "1f0879fd23f7c99e2a97c23d7d07c45fa9712955c9126fbded786c5e56825154"),
24-
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m117.xcframework.zip", checksum: "7950151686d41d8fc33e69a9ad5bd47cad24d20691b4167e9fa4d8d156a8fca6")
24+
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m122.xcframework.zip", checksum: "fdb0715a4d916f0cedf049d90954105cc18cad3c7189b6ef274cabb9a1bcb5d7")
2525
]
2626
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Xcode 14
55
* Ventura 13.0
66
* swift-tools-version: 5.7
7-
* iOS 14
7+
* iOS 15
88

99
## Binaries
1010
| **Platform / arch** | arm64 | x86_x64 |

WebRTC/122.0.0/WebRTC.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'WebRTC'
3+
s.version = '122.0.0'
4+
s.summary = 'WebRTC XCFramework'
5+
s.homepage = 'https://github.com/cbajapan/swift-fcsdk-ios'
6+
7+
s.author = { 'Name' => 'Communication Business Avenue, Inc.' }
8+
s.license = { :type => 'Commercial', :text => 'Copyright Communication Business Avenue, Inc. Use of this software is subject to the terms and conditions located at https://github.com/cbajapan/swift-fcsdk-ios/blob/main/Open-Source%20Licenses/WebRTC.txt' }
9+
10+
s.source = { :http => 'https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m122.xcframework.zip' }
11+
12+
s.platforms = { :ios => "11.0" }
13+
14+
s.vendored_frameworks = 'WebRTC.xcframework'
15+
end

0 commit comments

Comments
 (0)