Skip to content

Commit

Permalink
Merge pull request #25 from cbajapan/documentation
Browse files Browse the repository at this point in the history
Updated WebRTC to m122
  • Loading branch information
Cartisim authored Mar 12, 2024
2 parents 4a74265 + 38c66d0 commit aa530f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ let package = Package(
"WebRTC"
]),
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.9-beta2.xcframework.zip", checksum: "1f0879fd23f7c99e2a97c23d7d07c45fa9712955c9126fbded786c5e56825154"),
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m117.xcframework.zip", checksum: "7950151686d41d8fc33e69a9ad5bd47cad24d20691b4167e9fa4d8d156a8fca6")
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m122.xcframework.zip", checksum: "fdb0715a4d916f0cedf049d90954105cc18cad3c7189b6ef274cabb9a1bcb5d7")
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Xcode 14
* Ventura 13.0
* swift-tools-version: 5.7
* iOS 14
* iOS 15

## Binaries
| **Platform / arch** | arm64 | x86_x64 |
Expand Down
15 changes: 15 additions & 0 deletions WebRTC/122.0.0/WebRTC.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'WebRTC'
s.version = '122.0.0'
s.summary = 'WebRTC XCFramework'
s.homepage = 'https://github.com/cbajapan/swift-fcsdk-ios'

s.author = { 'Name' => 'Communication Business Avenue, Inc.' }
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' }

s.source = { :http => 'https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m122.xcframework.zip' }

s.platforms = { :ios => "11.0" }

s.vendored_frameworks = 'WebRTC.xcframework'
end

0 comments on commit aa530f3

Please sign in to comment.