Is there a way to save SpriteKit scenes as text files?

AFAIK SpriteKit scene files are basically binary plist files. I've managed to convert them to XML with plutil but Xcode crashes every time I try to open a converted file. Is there a way to make this work? It would help a lot for versioning and team collaboration obviously.

Is there a way to save SpriteKit scenes as text files?
 
 
Q