Open misl6 opened 1 year ago
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)
.framework
objc_getProtocol
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 viaobjc_getProtocol
(https://developer.apple.com/documentation/objectivec/1418870-objc_getprotocol?language=objc)