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

Enable building macOS and iOS framework bundles #1927

Merged
merged 12 commits into from
Aug 19, 2021

Conversation

thhous-msft
Copy link
Contributor

@thhous-msft thhous-msft commented Aug 19, 2021

Framework bundles on apple platforms are the most common way to distribute libraries. Theyre just a special file structure, so theyre pretty easy to build. This makes testing from non cmake projects much easier.

XCframework is basically just a big container of frameworks, but it allows you to use the same bundle from tons of platforms.

Additionally, changes how ios and mac are built to allow configuring sdk versions and many more things by using a commonly used toolchain file.

CMakeLists.txt Outdated Show resolved Hide resolved
@thhous-msft thhous-msft merged commit efb0bf0 into microsoft:main Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants