Python-iOS
Python-iOS copied to clipboard
Mac support
I currently use this on ios but would like to know if it is possible to build this package for mac arm64 and x86_64 architectures? I cannot use catalyst and need to re-use the same code for my mac app version. I don't want to rely on the installed mac python version but use this embedded python exactly as on my ios app.
I saw it uses precompiled libssl
and libcrypto
as dependencies. if i compiled my own version of these libraries for mac and use them as dependency, will it work?
I'm interested too
I guess it should be possible. But kivy-ios doesn't support Mac target, I guess. Beeware provides Mac build though.
I guess it should be possible. But kivy-ios doesn't support Mac target, I guess. Beeware provides Mac build though.
Hi, is there any update on this? Could you please elaborate on how I would accomplish this with Beeware? This would help me a lot because I'm developing a multiplatform application that has Python-iOS as a dependency and it would be awesome to compile for Mac as well.