pyobjus
pyobjus copied to clipboard
Access Objective-C classes from Python
DO NOT MERGE YET (docs and tests needed). This PR is needed for an upcoming Kivy feature, where we need to load a `.framework` during runtime, on iOS. Is also...
Hello everyone, I'm experiencing an issue with pyobjus in a Kivy project, from which I need to use the iOS content sharing API (UIKit framework), and I'm stuck because calls...
I'm upgrading the iOS and macOS camera support on Kivy, and after a few tests I decided to use `pyobjus` sometimes, so the user can easily interact with `AVCaptureDevice` and...
>git clone https://github.com/kivy/pyobjus ```sh Cloning into 'pyobjus'... remote: Enumerating objects: 219, done. remote: Counting objects: 100% (219/219), done. remote: Compressing objects: 100% (146/146), done. emote: Total 1944 (delta 146), reused...
I am trying to use pyobjus to access the view with the following code: ``` logging.debug("getting UIApplication") app_cls=autoclass("UIApplication") logging.debug("getting shared UIApplication obj") app=app_cls.sharedApplication() logging.debug("getting key window") win=app.keyWindow logging.debug("getting root view...
After converting the Print() statements in https://github.com/kivy/pyobjus/blob/master/examples/using_autoclass.py from Python2 to Python3 I deployed it on the iPhone 7 simulator in Xcode ver. 12.4 on MacOS Catalina ver. 10.15.7. The first...
https://github.com/kivy/pyobjus/blob/master/pyobjus/pyobjus_conversions.pxi#L188 defines it as (3
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Sphinx](https://togithub.com/sphinx-doc/sphinx) ([changelog](https://www.sphinx-doc.org/en/master/changes.html)) | `~=7.2.6` -> `~=8.0.2` |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/kivy/pyobjus). ## Open The following updates have all...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [softprops/action-gh-release](https://togithub.com/softprops/action-gh-release) | action | major | `v0.1.15` -> `v2.0.8` | ---...