Q: Is there any way to acquire unique identifier of NSDocument in Document-based™ application which is persistent during app restarts?
Note1: there definitely should be some kind of id which is not just fileURL, but something else because app works well with autosaved and even not yet saved documents.
Note2: for some reasons I do not want to generate and persist this id to document's content file.