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

Package binary distribution in XCFramework with Mac Catalyst support #426

Closed
wants to merge 2 commits into from

Conversation

hohteri
Copy link

@hohteri hohteri commented Apr 10, 2020

Changed only how the binary version is packaged. iOS binary is now xcframework and includes Mac catalyst variant.

CocoaPods supports xcframeworks (see: CocoaPods/CocoaPods#9334) by pointing podspec's vendored_frameworks .xcframework. I don't use cocoaPods so I didn't change that.

Carthage doesn't yet support catalyst (see: Carthage/Carthage#2799).

@eskroch
Copy link
Member

eskroch commented Apr 18, 2020

I decided to go a slightly different direction to add Mac Catalyst support. I left the iOS framework unchanged for projects that use it and added another build scheme to create an XCFramework that includes all platforms (macOS, Catalyst, iOS, iOS simulator, tvOS, and tvOS simulator). I made these changes on the release-2.4 branch.

@eskroch eskroch closed this Apr 18, 2020
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.

None yet

2 participants