NSKeyedArchiver.archivedData of UIColor to NSColor

We have an app that is saving UIColor through NSKeyedArchiver.archivedData to a file.

Now we are trying to port the app to a Mac and will like to load the UIColor. But on a Mac, we are using NSColor. Are there any recommendations of what I can do?

NSKeyedArchiver.archivedData of UIColor to NSColor
 
 
Q