In the short term, comparing the save URL to URLForUbiquityContainerIdentifier
seems to be the best method. You can return NO from -panel:validateURL:error:
to prevent saving with a suitable error message.
Thanks,
Ben
PS, For Graham Cox: Mark Munz is right. I only want to prevent iCloud saving
On Mar 7, 2013, at 14:28 , Ben wrote:
> I have an iCloud-enabled document-based app which can export the document
> contents into various other formats. It cannot open these formats.
>
> Is it possible to disable iCloud as a destination in an NSSavePanel for these
> exported files?
Is there a
What I gathered was that he wants to support iCloud for his normal
documents, but not for *specific export formats* because he can't read
them back in.
That's *very* different that not wanting to support iCloud.
Given the approaches Apple is taking with these technologies, I would
not be suprised
On 08/03/2013, at 9:28 AM, Ben wrote:
> Hi list,
>
> I have an iCloud-enabled document-based app which can export the document
> contents into various other formats. It cannot open these formats.
>
> Is it possible to disable iCloud as a destination in an NSSavePanel for these
> exported fil
Hi list,
I have an iCloud-enabled document-based app which can export the document
contents into various other formats. It cannot open these formats.
Is it possible to disable iCloud as a destination in an NSSavePanel for these
exported files?
Since the app cannot reopen the exported files, s