In my app, I handle some files as UIDocuments. When the app is installed on an M-Mac (as "designed for iPad"), the corresponding file names show up in the recent files system menu. The problem is that these file are for internal use only - the users should not see their names (in fact, the file names are just UUID strings, which is quite confusing).
Is there a way to prevent the Mac from listing the UIDocuments in the recent files menu? Or is there a way to clear the menu?