bake icon indicating copy to clipboard operation
bake copied to clipboard

Bake support for iOS

Open prime31 opened this issue 5 years ago • 1 comments

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

prime31 avatar May 08 '19 07:05 prime31

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.

prime31 avatar May 10 '19 01:05 prime31