I've got an OS X app which uses NSDocument.save(to:URL) to save documents to iCloud. How can I look at these in the Finder?
By printing out the URL, I see that the files are saved to "/Users/me/Library/Mobile%20Documents/iCloud~com~mycompany~appname/Documents/filename". But if I navigate to that directory, it doesn't show me the contents. As soon as I double-click the "Mobile Documents" folder, it actually takes me to a folder called "iCloud Drive" which doesn't show any of my files.
If I navigate to the directory in the Terminal, then I do see my files. But is there any way to get there in the Finder?
Thanks!