Re: [Pyobjc-dev] Loading Classes from Private Frameworks with objc.lookUpClass
Brought to you by:
ronaldoussoren
From: Robert K. <rob...@gm...> - 2015-05-06 12:28:22
|
Ronald Oussoren <ron...@ma...> wrote on Wed May 06 2015 at 13:07:26: >> FWIW, my Mail plug-in actually uses `objc.runtime.MVMailBundle` instead of using `objc.lookUpClass()` for that particular class (can't remember why; at some point I switched from using lookUpClass() to using objc.runtime), although I do look up other (Mail-only) classes using it. > > objc.runtime is deprecated, and IIRC I removed it in PyObjC 3.0 Good to know, thanks. – robert |