I have a document based application that makes use of core data. Basically the file it is saving it a sqlite file with the ending .binary
.
I would need to change this ending to a custom ending so that it is recognized by the users. For example .suv2 (indicating the program name and the version)
Can this be done? If so, how?