-
Notifications
You must be signed in to change notification settings - Fork 222
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
Add Catalyst support to Core #2058
Add Catalyst support to Core #2058
Conversation
Codecov Report
@@ Coverage Diff @@
## feature/support-catalyst #2058 +/- ##
=========================================================
Coverage 91.63% 91.63%
=========================================================
Files 129 129
Lines 10072 10072
=========================================================
Hits 9229 9229
Misses 843 843
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## feature/catalyst-tests #2058 +/- ##
==========================================================
- Coverage 91.63% 91.30% -0.33%
==========================================================
Files 129 113 -16
Lines 10072 8431 -1641
==========================================================
- Hits 9229 7698 -1531
+ Misses 843 733 -110
Continue to review full report at Codecov.
|
4be69ee
to
aa005ee
Compare
AppCenter/AppCenter/Internals/Context/Session/MSSessionContext.m
Outdated
Show resolved
Hide resolved
…appcenter-sdk-apple into feature/core-catalyst # Conflicts: # AppCenter/AppCenter/Internals/Util/MSUtility.m
…ture/core-catalyst
tvOS 11 is a minimum supported in the SDK version.
Comments will be addressed separately. |
Things to consider before you submit the PR:
HasCHANGELOG.md
been updated?Did you add unit tests?Did you check UI tests on the sample app? They are not executed on CI.Description
Add check for TARGET_OS_MACCATALYST where need and make sure that all test passed.
Related PRs or issues
AB#79046