You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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
andlibcrypto
as dependencies. if i compiled my own version of these libraries for mac and use them as dependency, will it work?The text was updated successfully, but these errors were encountered: