Hi all,
I was modernizing some of my code to support NSSecureCoding instead of just NSCoding and stumbled upon that fact that NSColor and NSImage support only NSCoding and not NSSecureCoding. Whereas NSURL, NSData, NSArray and countless others now support NSSecureCoding.
Is it just that Apple hasn't gotten around to NSColor and NSImage, or is there some rationale I'm not seeing?
Cheers,
I was modernizing some of my code to support NSSecureCoding instead of just NSCoding and stumbled upon that fact that NSColor and NSImage support only NSCoding and not NSSecureCoding. Whereas NSURL, NSData, NSArray and countless others now support NSSecureCoding.
Is it just that Apple hasn't gotten around to NSColor and NSImage, or is there some rationale I'm not seeing?
Cheers,