Python-iOS icon indicating copy to clipboard operation
Python-iOS copied to clipboard

Mac support

Open f0enix opened this issue 1 year ago • 3 comments

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?

f0enix avatar Jun 07 '23 07:06 f0enix

I'm interested too

KodaKoder avatar Jul 22 '23 14:07 KodaKoder

I guess it should be possible. But kivy-ios doesn't support Mac target, I guess. Beeware provides Mac build though.

kewlbear avatar Aug 07 '23 23:08 kewlbear

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.

FNG-2002 avatar Mar 25 '24 20:03 FNG-2002