.drawing extension file for Xcode project for PencilKit?

How can I make my own .drawing file to import it in Xcode to get drawing from this file and assign to PKDrawing and then draw it in PKCanvas view?
I've explored WWDC2020 PencilKit demo project where they are also using .drawing file of lowercased and uppercased letters to draw them on the Canvas View.
Thanks