• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Document scope security bookmark, catch 22?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Document scope security bookmark, catch 22?


  • Subject: Re: Document scope security bookmark, catch 22?
  • From: Mike Abdullah <email@hidden>
  • Date: Wed, 14 Aug 2013 23:18:46 +0100

This is a problem that's been discussed on the dev forums since the early days of security-scoped bookmarks. How about implement -writeToURL:… so that if the document doesn't have a URL yet, you first create a placeholder file, before overwriting it with the real data? As I understand it, the important thing for bookmarks to work is to attach some metadata to the document, identifying it.

On 14 Aug 2013, at 23:00, Tom Harrington <email@hidden> wrote:

> I'm trying to create document scoped security URL bookmarks, for a document
> format that needs to refer to other documents. But it seems like the first
> time I save a document, there's a catch-22 in creating the bookmarks.
>
> Creating a document scoped bookmark requires my document's URL as one of
> the arguments.
>
> If I implement dataOfType:error:, I can't create a document-scope bookmark
> in my NSDocument subclass because [self fileURL] is nil. I end up creating
> an app-scoped bookmark instead, though it's not what I want.
>
> If I implement writeToURL:ofType:error:, I get a URL for my document as the
> first argument. But, I still can't create the bookmark because my document
> doesn't exist yet. I get an error reading 'The file “[name]” couldn’t be
> opened because there is no such file'.
>
> So, when am I supposed to create these bookmarks? Do I need to have the
> user save an empty document first just so I can create these bookmarks the
> next time around?
>
> --
> Tom Harrington
> email@hidden
> AIM: atomicbird1
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden


_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden


References: 
 >Document scope security bookmark, catch 22? (From: Tom Harrington <email@hidden>)

  • Prev by Date: Document scope security bookmark, catch 22?
  • Next by Date: Cocoaheads tonight, Wednesday 9/14, at 7pm
  • Previous by thread: Document scope security bookmark, catch 22?
  • Next by thread: Cocoaheads tonight, Wednesday 9/14, at 7pm
  • Index(es):
    • Date
    • Thread