ronaldoussoren / pyobjc

The Python <-> Objective-C Bridge with bindings for macOS frameworks
https://pyobjc.readthedocs.io
563 stars 47 forks source link

Add test that checks that the "frameworkIdentifier" matches the framework loaded #561

Closed ronaldoussoren closed 1 year ago

ronaldoussoren commented 1 year ago

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.