Skip to content

Commit

Permalink
Merge pull request #19 from cbajapan/4.2.6-beta
Browse files Browse the repository at this point in the history
4.2.6-beta9 updates
  • Loading branch information
Cartisim authored Oct 18, 2023
2 parents 8d03a4b + 77cb91c commit d1a4b6f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions FCSDKiOS/4.2.6-beta9/FCSDKiOS.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'FCSDKiOS'
s.version = '4.2.6-beta9'
s.summary = 'FCSDKiOS 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/License.txt'}

s.source = { :http => 'https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.6-beta9.xcframework.zip' }

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

s.vendored_frameworks = 'FCSDKiOS.xcframework'
end
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
"FCSDKiOS",
"WebRTC"
]),
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.6-beta8.xcframework.zip", checksum: "077c3ba261286c83409c2b33759d7bcecacef0046c7659aed930174366d71d3d"),
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.6-beta9.xcframework.zip", checksum: "980d9d3410e742cd89f6acb5295def089781482850c0ec8ecb0487f036fe71bf"),
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m117.xcframework.zip", checksum: "7950151686d41d8fc33e69a9ad5bd47cad24d20691b4167e9fa4d8d156a8fca6")
]
)
3 changes: 3 additions & 0 deletions Sources/SwiftFCSDKiOS/SwiftFCSDKiOS.docc/Version-4.2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ Version 4.2.6 has several bug fixes and performance improvements. Below is a lis
### iOS12 loading crash addressed

### Video Direction Bug

### Uses Version m117 of WebRTC

0 comments on commit d1a4b6f

Please sign in to comment.