you’re intending to sell the app on the app store, the only true fix is
probably to require 10.9.
-Andrew Madsen
On Feb 19, 2014, at 8:03 AM, Markus Spoettl wrote:
> Hi,
>
> I keep getting a crash in my sandboxed app when it terminates. It is not
> 100% reproducible, but it happens
On Nov 7, 2013, at 10:10 AM, Mike Abdullah wrote:
> Ah, that’s a shame.
>
> Come to think of it, there’s a limit on how many security-scoped bookmarks
> you’re allowed to access at once. I wonder, does the problem seem to happen
> around a particular, fairly predictable, number of bookmarks?
ur code
> from elsewhere that’s non-ARC?
We saw your blog post about this. We’re always explicitly initializing our
NSError parameter to nil (as we always do), but this is ARC code, so it should
be set to nil anyway. For whatever it’s worth, I also had no prob
omit a retina ready application
icon until I drop support for 10.5.
Thanks,
Andrew Madsen
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-de
On Apr 14, 2012, at 1:31 AM, Quincey Morris wrote:
> On Apr 13, 2012, at 08:02 , Andrew Madsen wrote:
>
>> I've got a simple, single-column, view-based NSTableView with items in it
>> that can be dragged to reorder them. During drag and drop, I'd like to make
>
I've got a simple, single-column, view-based NSTableView with items in it that
can be dragged to reorder them. During drag and drop, I'd like to make it so
that a gap for the item-to-be-dropped opens up at the location under the mouse.
GarageBand does something like this when you drag to reorder
I'm writing a Quick Look Plug-in to generate previews of my application's (Core
Data) documents. I've got the generator working ok with one problem. If the
document is large/long, and I return an preview that is say 5000 pixels high,
Quick Look scales the preview image instead of putting it in a
27;t cause the alert to stop showing up.
I'm not sure how else NSDocument might be tracking renaming/moving/
modification of files. Any pointers?
Thanks,
Andrew Madsen
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post a
;m guessing there's something about the intricacies of
actually using garbage collection that I'm missing. Any pointers?
Thanks!
Andrew Madsen
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or mode