Re: Legal Opinion on GCUndoManager

2014-02-01 Thread Uli Kusterer
On 01 Feb 2014, at 01:02, Graham Cox wrote: > On 1 Feb 2014, at 4:32 am, Fritz Anderson wrote: >> If I were implementing the review process, my automated checker would run >> strings(1) on the binary, and flag the collision with private API. Under my >> notional process, the reviewer would have

Re: Legal Opinion on GCUndoManager

2014-01-31 Thread Graham Cox
On 1 Feb 2014, at 4:32 am, Fritz Anderson wrote: > If I were implementing the review process, my automated checker would run > strings(1) on the binary, and flag the collision with private API. Under my > notional process, the reviewer would have to reject, because he has no way of > knowing

Re: Legal Opinion on GCUndoManager

2014-01-31 Thread Fritz Anderson
On 31 Jan 2014, at 11:46 AM, Quincey Morris wrote: > On Jan 31, 2014, at 09:32 , Fritz Anderson wrote: > >> I can’t offer legal opinions or advice (retirees from the bar are >> particularly forbidden to do so) … > > I can’t help asking: Was the retirement voluntary, or did the bar just close

Re: Legal Opinion on GCUndoManager

2014-01-31 Thread Quincey Morris
On Jan 31, 2014, at 09:32 , Fritz Anderson wrote: > I can’t offer legal opinions or advice (retirees from the bar are > particularly forbidden to do so) … I can’t help asking: Was the retirement voluntary, or did the bar just close at 2 am? ___

Re: Legal Opinion on GCUndoManager

2014-01-31 Thread Fritz Anderson
On 29 Jan 2014, at 11:24 PM, Jerry Krinock wrote: > > On 2014 Jan 29, at 13:03, Keary Suska wrote: > >> unfortunately it [GCUndoManager] is not App Store safe … as it relies on a >> private method call for proper NSDocument change tracking… > > I just spent the last half hour studying this

Re: Legal Opinion on GCUndoManager

2014-01-30 Thread Roland King
It's not the defining but the calling. If your code calls a method with the same name as an Apple private method you, at least in the iOS store get auto rejected. I see it in the dev forums constantly. At analysis time there's no way of knowing what object the method is called on so the signat

Legal Opinion on GCUndoManager

2014-01-29 Thread Jerry Krinock
On 2014 Jan 29, at 13:03, Keary Suska wrote: > unfortunately it [GCUndoManager] is not App Store safe … as it relies on a > private method call for proper NSDocument change tracking… I just spent the last half hour studying this and wrote my own concise legal opinion arguing why GCUndoManager