You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rewrites the __init__.py of all framework bindings to
switch away from ObjCLazyModule to objc.createFrameworkDirAndGetattr.
A side effect of this is that those init files are now a
lot cleaner than before (e.g. cruft removal).
Also adds a test for validating the bundle identifier of
frameworks, and fixes those identifiers in a couple of bindings.
Closes#295 and closes#561.
Should be possible using
__bundle__.bundleIdentifier
and__framework_identifier__
(at to sanity check).Don't do this as part of framework loading as this is unnecessary overhead.
The text was updated successfully, but these errors were encountered: