Skip to content

update to 1.2.8

Latest
Compare
Choose a tag to compare
@hughkli hughkli released this 06 Apr 13:05
e553d1b

[feature] Added support for VisionOS (but not SwiftUI, and it has not been thoroughly tested, just briefly run in a demo). Thanks to GitHub user @xinix909 for the PR: #148
[bugfix] Fixed an issue when using an old version of Lookin would hit an assert in LKS_RequestHandler.
[bugfix] Fixed a startup crash that could occur on iOS 14 beta.
[bugfix] Attempted to fix an intermittent crash related to LookinConnectionAttachment unrecognized selector.


[feature] 支持 VisionOS(但不支持 SwiftUI,而且未经过充分测试,只是简单地在 Demo 里运行了一下)。感谢 Github 网友 @xinix909 提交的 PR:#148
[bugfix] 修复使用旧版 Lookin 时,会命中 LKS_RequestHandler 里的一个 Assert 的问题
[bugfix] 修复 iOS 14 beta 下可能发生的一个启动 Crash
[bugfix] 尝试修复一个历史悠久的 LookinConnectionAttachment unrecognized selector 相关的偶现 Crash