On 6 Sep 2012, at 13:36, Georg Seifert <[email protected]> wrote:
> Hi, > > I have a problem. My app (documents based) does not support Lions Version > (returns NO in autosavesInPlace). This worked fine until I had to sandbox my > app. The problem is, that now the NSDocument autosaving tries to create a > file called "My Document Name (Autosaved).myExtension" next to the document. > But this is blocked by the sandbox. > > Is there any way to extend the permission to the autosave file or can I force > NSDocument to always store the autosave files in the container? What's stopping you adopting autosave-in-place? _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
