timrid
timrid
> I was hoping for something a bit less invasive to the existing code, e.g. creating a `_pyobjc_compat/` folder with modules having the same name and containing classes that have...
When talking about iOS and Python, BeeWare should not be forgotten. With [`briefcase`](https://github.com/beeware/briefcase), they offer a tool for developing iOS apps very easily. Thanks to the BeeWare team, iOS has...
> At least in the short term, uv support for iOS and Android is likely to be the constraining factor here. uv now supports [iOS](https://github.com/astral-sh/uv/pull/15640) and [Android](https://github.com/astral-sh/uv/pull/15646) since [v0.8.16](https://github.com/astral-sh/uv/releases/tag/0.8.16). >...
### iOS Debugging I have now also tested debugging an iOS app in the iOS Simulator and this works without any problems. For the iOS Simulator it is not even...