AndreaMiotto / PartialSheet

A SwiftUI Partial Sheet fully customizable with dynamic height
https://github.com/AndreaMiotto/PartialSheet/wiki
MIT License
1.73k stars 194 forks source link

macOS Support Mentioned in README but Not in Package.swift #177

Open SDLi416 opened 1 year ago

SDLi416 commented 1 year ago

Hello,

I was interested in using your Swift Package, and I noticed that the README mentions support for macOS. However, upon inspecting the Package.swift file, I found that only iOS is listed under the platforms field:

platforms: [.iOS(.v15)],

Could you please clarify why macOS is mentioned in the README but not included in the Package.swift? Are there plans to officially support macOS in the near future?

Thank you for your time and for creating this package. I look forward to your response.