Re: Detecting application bundle being moved

2013-04-17 Thread Seth Willits
On Apr 17, 2013, at 4:07 PM, Ken Thomases wrote: >> Question is: what's the easiest way to detect it having been moved? I >> thought I'd get lucky and somewhere there'd be a handy notification, but I >> don't see one. It looks like I'll have to use the FSEvent API? I'm not a fan >> of it, so I'

Re: Detecting application bundle being moved

2013-04-17 Thread Ken Thomases
On Apr 17, 2013, at 5:08 PM, Seth Willits wrote: > I think I've finally figured out that a couple crash patterns are caused by > the user moving my application while it's still running. (I tested it and for > some reason Finder wasn't warning me when I moved it, which is kinda odd.) > > How and