karstenBriksoft / PlistExplorer

Cocoa Tool to inspect files written by NSKeyedArchiver
Creative Commons Zero v1.0 Universal
89 stars 13 forks source link

Fix for recursive data structures such as the "elements" file in a .xcdatamodel Core Data schema package #1

Closed tempelmann closed 13 years ago

tempelmann commented 13 years ago

Added detection for recursions when generating output, thus avoiding stack overflow crashes in such cases.