I want use Combine reading a plist from disk.

I believe I can read the file and get its Data, then use a PassthroughSubject as the publisher of the Data, and do the decode operator, etc.

Is there a way to read a file and have that be the Publisher w/o the PassthroughSubject?

James Dempsey @jamesdempsey