Re: NSTask Open Word File

2016-08-12 Thread Jens Alfke
> On Aug 11, 2016, at 6:20 PM, Gurkan Erdogdu wrote: > > Hi folks > In my Swift application, I try to open a Word file with Microsoft Word > application via NSTask. To add to what Charles said: NSTask is only for running command-line tools or other non-GUI binaries. Don’t use it to run a GUI

Re: Xcode 8 - XCODE_VERSION_MAJOR causes compilation issue

2016-08-12 Thread Jens Alfke
> On Aug 11, 2016, at 12:09 AM, Sasikumar JP wrote: > > Xcode defines following build variables, we can not use them in Xcode 8 > as the values are invalid octal number. Who says they’re supposed to be octal? The reason for the leading zero is presumably just so they’ll still sort correctly

Re: awakeFromFetch behaviour change in 10.12?

2016-08-12 Thread Sean McBride
On Mon, 25 Jul 2016 21:09:09 -0400, Sean McBride said: >>> I'm observing that in 10.12 my awakeFromFetch methods are being called >>> more than in 10.11 and earlier. Specifically, it's called more than once >>> for an object that's already been fetched previously. >> >>This does not sound like ex