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

fix: add 5.1 SPM file #337

Closed cbaker6 closed 2 years ago

cbaker6 commented 2 years ago

New Pull Request Checklist

Issue Description

Add SPM 5.1 file for older systems.

Related issue: #n/a

Approach

Same Package file with older tools before bumping to Swift 5.5

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 #337 (19fcf6c) into main (4187847) will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #337      +/-   ##
==========================================
+ Coverage   85.10%   85.16%   +0.05%     
==========================================
  Files         114      114              
  Lines       12208    12208              
==========================================
+ Hits        10390    10397       +7     
+ Misses       1818     1811       -7     
Impacted Files Coverage Δ
Sources/ParseSwift/Objects/ParseObject.swift 82.74% <0.00%> (+0.45%) :arrow_up:
Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift 73.52% <0.00%> (+0.59%) :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 4187847...19fcf6c. Read the comment docs.