File tree 5 files changed +19
-8
lines changed
5 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 125.6422.07] - 2025-01-17
5
+
6
+ * Upgrade to WebRTC-SDK M125.6422.07
7
+ * Fix deadlock when creating a frame cryptor on iOS/macOS (#157 )
8
+ * tvOS/visionOS support for Swift Packaage.
9
+
4
10
[ 125.6422.06] - 2024-11-11
5
11
6
12
* Upgrade to WebRTC-SDK M125.6422.06
Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.3
1
+ // swift-tools-version:5.9
2
2
import PackageDescription
3
3
4
4
let package = Package (
5
5
name: " WebRTC " ,
6
- platforms: [ . iOS( . v13) , . macOS( . v10_14) ] ,
6
+ platforms: [
7
+ . iOS( . v13) ,
8
+ . tvOS( . v17) ,
9
+ . macOS( . v10_15) ,
10
+ . macCatalyst( . v14) ,
11
+ ] ,
7
12
products: [
8
13
. library(
9
14
name: " WebRTC " ,
@@ -14,8 +19,8 @@ let package = Package(
14
19
targets: [
15
20
. binaryTarget(
16
21
name: " WebRTC " ,
17
- url: " https://github.com/webrtc-sdk/Specs/releases/download/125.6422.06 /WebRTC.xcframework.zip " ,
18
- checksum: " 1dcb091c1d5dc4170b166b8e61eedd6dbd79e48912b7731f19e60ef54461c65d "
22
+ url: " https://github.com/webrtc-sdk/Specs/releases/download/125.6422.07 /WebRTC.xcframework.zip " ,
23
+ checksum: " 827cc2f508c341367c9b0e4f6def46e5f6834251082047d5d1da5bc8fd379263 "
19
24
) ,
20
25
]
21
26
)
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ source 'https://github.com/webrtc-sdk/Specs.git'
11
11
```
12
12
13
13
``` podspec
14
- pod ' WebRTC-SDK' , ' =125.6422.06 '
14
+ pod ' WebRTC-SDK' , ' =125.6422.07 '
15
15
```
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = "WebRTC-SDK"
4
- spec . version = "125.6422.06 "
4
+ spec . version = "125.6422.07 "
5
5
spec . summary = "WebRTC pre-compiled library for Darwin. "
6
6
spec . description = <<-DESC
7
7
WebRTC pre-compiled library for Darwin.
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
15
15
spec . ios . deployment_target = '13.0'
16
16
spec . osx . deployment_target = '10.14'
17
17
18
- spec . source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.06 /WebRTC.xcframework.zip" }
18
+ spec . source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.07 /WebRTC.xcframework.zip" }
19
19
spec . vendored_frameworks = "WebRTC.xcframework"
20
20
21
21
end
Original file line number Diff line number Diff line change 1
1
{
2
- "125.6422.06 " : " https://github.com/webrtc-sdk/Specs/releases/download/125.6422.06 /WebRTC.xcframework.zip"
2
+ "125.6422.07 " : " https://github.com/webrtc-sdk/Specs/releases/download/125.6422.07 /WebRTC.xcframework.zip"
3
3
}
You can’t perform that action at this time.
0 commit comments