Closed czechboy0 closed 2 weeks ago
Typically macCatalyst availability is inferred from iOS availability. Was that not the case here?
Typically macCatalyst availability is inferred from iOS availability. Was that not the case here?
Good question, not sure, I just wanted to be explicit, and other Apple Swift packages also have it set explicitly. It also allows potential future divergence from iOS availability.
Motivation
Support the transport in Mac Catalyst apps.
Modifications
Add the platform requirement to Package.swift.
Result
Builds correctly for Mac Catalyst now.
Test Plan
Unit tests passed.