Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mac Catalyst support #55

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

czechboy0
Copy link
Contributor

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.

@guoye-zhang
Copy link
Contributor

Typically macCatalyst availability is inferred from iOS availability. Was that not the case here?

@czechboy0 czechboy0 enabled auto-merge (squash) October 18, 2024 20:19
@czechboy0 czechboy0 removed the request for review from simonjbeaumont October 18, 2024 20:19
@czechboy0
Copy link
Contributor Author

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.

@czechboy0 czechboy0 merged commit 929d001 into apple:main Oct 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants