Prevent iCloud window from opening on OSX 10.8 app launch

前端 未结 2 685
南笙
南笙 2021-02-20 03:05

I have written an OSX app that uses iCloud document storage. Whenever I open it in Mountain Lion (not on Lion), an iCloud window opens that looks like the following:

2条回答
  •  忘了有多久
    2021-02-20 03:54

    The applicationShouldOpenUntitledFile: from iCloud enabled - Stop the open file displaying on application launch? was not working. After lots of experimentation, I figured out that if I remove the NSDocumentClass key and value from my Info.plist in the CFBundleDocumentTypes array, the window is no longer opened.

提交回复
热议问题