I've downloaded a copy of iOS source code and there is a .mom file in the bundle. I just know it is a "product" of NSManagedObjectModel. I wonder is there any way that I can explore the entities in the file, or is there any code snippet to parse its structure. Thank you!
A .mom
is often (always?) just a renamed binary property list (.plist
) file. Rename it back to .plist
and you can easily view its contents with Xcode (or even QuickLook). It may not be the best way to display the data, but you can quickly get an idea of what’s inside.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With