Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework protocols and buildprotocols.py tool. Now a protocol can be loaded during runtime, either in batch from a file, or individually. #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Oct 29, 2023

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 useful for users who need to access a protocol that is not into the "legacy" ones, or is not available for self-discover via objc_getProtocol (https://developer.apple.com/documentation/objectivec/1418870-objc_getprotocol?language=objc)

…e loaded during runtime, either in batch from a file, or individually.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant