utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
697 stars 62 forks source link

Compiling and using on Linux? #142

Closed JetForMe closed 3 years ago

JetForMe commented 4 years ago

It seems Marshal can't work on Linux right now because it depends on NSObject’s value(forKeyPath:), is that right? There’s no NSObject on Linux.

This doesn’t seem quite right, in that I don’t think Marshal requires NSObject even on macOS, but I’m not sure exactly what’s going on here.

JetForMe commented 4 years ago

Ah, it’s in extensions to NSDictionary. I’ll make a PR to address this.