-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP feat: watchOS/tvOS/visionOS/SwiftUI support #300
Conversation
cd937a4
to
7f9c3fc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #300 +/- ##
==========================================
+ Coverage 82.28% 82.79% +0.50%
==========================================
Files 140 140
Lines 10016 10099 +83
==========================================
+ Hits 8242 8361 +119
+ Misses 1774 1738 -36 ☔ View full report in Codecov by Sentry. |
备注SwiftUI 建议通过 |
3e02127
to
94585c1
Compare
94585c1
to
4b53903
Compare
Quality Gate passedIssues Measures |
网络测试分为:事件的网络请求成功与否,与网络可达性判断 2 个部分
参考: |
SDK 所依赖的 google protobuf 对 visionOS via Cocoapods 的支持时间尚不明确 (估计是 3.27.0?),因此 SDK 先通过 SwiftPM 集成方式支持 visionOS |
Cocoapods 集成支持 visionOS 的版本已发布:https://github.com/growingio/growingio-sdk-ios-autotracker/releases/tag/4.3.1 |
PR 内容
遗留问题
podspec 暂不支持已支持 visionOS,待发版,见:https://github.com/protocolbuffers/protobuf/blob/main/Protobuf.podspec
protocolbuffers/protobuf@8afaae5
测试重点