Files
xianyan/macos/WebRTC-SDK.podspec.json
22 7ea4a068a1 feat(macos+flutter): 新增 Impeller 渲染引擎开关与 Intel Mac 渲染兼容修复
本次提交包含以下核心变更:
1. 修复 RawKeyboard 断言错误,添加 HardwareKeyboard 事件处理器
2. 实现 Intel Mac 自动降级玻璃渲染质量,避免黑屏闪烁
3. 新增 macOS 端 Impeller 渲染引擎开关设置,支持动态切换
4. 修复 macOS 双标题栏问题,隐藏系统原生交通灯按钮
5. 更新多语言国际化支持,新增 Impeller 相关翻译
6. 优化 WebRTC 依赖下载,使用国内镜像避免超时
2026-06-25 08:44:00 +08:00

27 lines
937 B
JSON

{
"name": "WebRTC-SDK",
"version": "144.7559.09",
"summary": "WebRTC pre-compiled library for Darwin.",
"description": "WebRTC pre-compiled library for Darwin.\nThe binary files in this repository are compiled using Google WebRTC source code M version,\nand a series of optimization patches from the webrtc-sdk community have been added.",
"homepage": "https://github.com/webrtc-sdk/Specs",
"license": {
"type": "BSD",
"file": "WebRTC.xcframework/LICENSE"
},
"authors": "webrtc-sdk",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "17.0",
"visionos": "26.0"
},
"source": {
"http": "https://ghfast.top/https://github.com/webrtc-sdk/Specs/releases/download/144.7559.09/WebRTC.xcframework.zip"
},
"vendored_frameworks": "WebRTC.xcframework",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "x86_64",
"EXCLUDED_ARCHS[sdk=xrsimulator*]": "x86_64"
}
}