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

Bake support for iOS #48

Open
prime31 opened this issue May 8, 2019 · 1 comment
Open

Bake support for iOS #48

prime31 opened this issue May 8, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@prime31
Copy link

prime31 commented May 8, 2019

Bake can currently spit out macOS dylibs but there doesn't appear to be a way to get iOS ARM dylibs built.

@SanderMertens SanderMertens added help wanted Extra attention is needed enhancement New feature or request labels May 8, 2019
@prime31
Copy link
Author

prime31 commented May 10, 2019

Just dropping some info here in case it is useful.

I've been experimenting with getting iOS builds working for various other tools. One thing that semi-worked was to take a standard cmake file and export an Xcode project then build it from the command line.

Another option is something like this cmake iOS toolchain. Running a quick test with it I was able to spit out an iOS dynamic lib for cimgui with no changes at all to the cmake file they provide.

I don't know if bake has the power to spit out cmake files but if it does something like the above could be a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants