You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: