parse-community / Parse-Swift

The Swift SDK for Parse Platform (iOS, macOS, watchOS, tvOS, Linux, Android, Windows)
https://parseplatform.org
MIT License
308 stars 69 forks source link

Updated ParseConstants for visionOS support. #450

Open misteu opened 9 months ago

misteu commented 9 months ago

New Pull Request Checklist

Issue Description

Updates ParseConstants as the SDK currently cannot be built when imported and tried to be built against visionOS target

Closes: #449

Approach

Adds visionOS platform to ParseConstants.

    #elseif os(visionOS)
    static let deviceType = "visionos"

TODOs before merging

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

Thanks for opening this pull request!

codecov[bot] commented 9 months ago

Codecov Report

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

Project coverage is 87.42%. Comparing base (3d4bb13) to head (9064c2f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #450 +/- ## ========================================== - Coverage 90.37% 87.42% -2.95% ========================================== Files 161 161 Lines 16267 16208 -59 ========================================== - Hits 14701 14170 -531 - Misses 1566 2038 +472 ```

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