parse-community / Parse-SDK-iOS-OSX

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)
https://parseplatform.org
Other
2.81k stars 865 forks source link

feat: Add support for visionOS #1762

Open bmueller opened 9 months ago

bmueller commented 9 months ago

New Pull Request Checklist

Issue Description

Adds visionOS support.

Closes: #1761

Approach

Just added TARGET_OS_VISION in a bunch of places. Also updated the readme to mention visionOS alongside the other supported platforms.

TODOs before merging

parse-github-assistant[bot] commented 9 months ago

Thanks for opening this pull request!

dplewis commented 9 months ago

@bmueller Thank you for the PR, everything looks good so far! Waiting for https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1763 to be merged to fix the CI and to prevent any merge conflicts with this PR.

The next steps would be:

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.24%. Comparing base (dd05d41) to head (492bba7). Report is 3 commits behind head on master.

:exclamation: Current head 492bba7 differs from pull request most recent head 21457a9. Consider uploading reports for the commit 21457a9 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1762 +/- ## ======================================= Coverage 64.24% 64.24% ======================================= Files 201 201 Lines 23233 23233 ======================================= + Hits 14926 14927 +1 + Misses 8307 8306 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mtrezza commented 3 months ago

@bmueller Would you want to add a visionOS job to the CI as well, so we can make sure it compiles?