I'm just getting started learning CoreData for iOS and have written some exploratory code to store (via ManagedObjectContext save) and read data successfully.
However I've got lots of data in the file but want to start out again from scratch, so figured I'd just delete it manually in the file system. But what's its name/location? I can't see anything that looks like it by manually browsing around, and while I've not finished reading my book on core data yet, flicking through it I can't find any reference to this sort of information.
TIA