I have a standalone .xcdatamodeld file which I want to edit as a standalone file, not inside a Xcode project.
I know I can edit specific .xcdatamodel files if I right click in the .xcdatamodeld directory and click "Show Package Contents". I can even create new .xcdatamodel files from the top menu (Editor > Add Model Version...).
However, I cannot change the current model version of the .xcdatamodeld file. This option does not show in the file inspection on the right panel.
As far as I know the name of the current version is stored in a plist file named .xccurrentversion inside the .xcdatamodeld directory.
Anyone knows how could I change this from inside Xcode?