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.
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:
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.