parse-community / Parse-Swift

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

feat: add macCatalyst to SPM #363

Closed cbaker6 closed 2 years ago

cbaker6 commented 2 years ago

New Pull Request Checklist

Issue Description

macCatalyst isn't specified in Package.swift. The Xcode 13.4 release notes mentions this can cause an issue:

Swift Playgrounds app projects with package dependencies fail to build for Mac Catalyst when a package specifies .iOS(...) in its platforms array in the manifest, but doesn’t specify .macCatalyst(...)

Related issue: #n/a

Approach

Add macCatalyst to Package.swift.

TODOs before merging

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this pull request!

codecov[bot] commented 2 years ago

Codecov Report

Merging #363 (3d50b73) into main (9a3de84) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #363      +/-   ##
==========================================
- Coverage   87.90%   87.90%   -0.01%     
==========================================
  Files         114      114              
  Lines       12207    12207              
==========================================
- Hits        10731    10730       -1     
- Misses       1476     1477       +1     
Impacted Files Coverage Δ
Sources/ParseSwift/Objects/ParseObject.swift 84.73% <0.00%> (-0.31%) :arrow_down:
Sources/ParseSwift/Coding/ParseEncoder.swift 77.77% <0.00%> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9a3de84...3d50b73. Read the comment docs.