Re: Looking for a Pasteboard Peeker sample code

2017-09-24 Thread Nick
Thanks Martin 2017-09-24 13:17 GMT+03:00 devlist : > There is a newer sample code that builds with Xcode 9 that may be of > interest ... > > https://developer.apple.com/library/content/samplecode/ > ClipboardViewer/Introduction/Intro.html > > Martin > > On 23 Sep 2017, at 12:34, Nick wrote: > >

Re: Looking for a Pasteboard Peeker sample code

2017-09-24 Thread devlist
There is a newer sample code that builds with Xcode 9 that may be of interest ... https://developer.apple.com/library/content/samplecode/ClipboardViewer/Introduction/Intro.html Martin > On 23 Sep

Re: Looking for a Pasteboard Peeker sample code

2017-09-23 Thread Steve Mills
> On Sep 23, 2017, at 15:12, Nick wrote: > > Thanks a lot, Steve! > Just a quick question - how did you manage to build it ? :) > Did you use a super-old Xcode? Check the date. It was a couple years ago. :) Steve via iPad ___ Cocoa-dev mailing list

Re: Looking for a Pasteboard Peeker sample code

2017-09-23 Thread Nick
Thanks a lot, Steve! Just a quick question - how did you manage to build it ? :) Did you use a super-old Xcode? 2017-09-23 16:02 GMT+03:00 Steve Mills : > > On Sep 23, 2017, at 07:51, Nick wrote: > > > > So I was wondering if anyone might have a pre-built version somewhere > among > > their old

Re: Looking for a Pasteboard Peeker sample code

2017-09-23 Thread Steve Mills
> On Sep 23, 2017, at 07:51, Nick wrote: > > So I was wondering if anyone might have a pre-built version somewhere among > their old tools ? Yep, I do. I’ll send it later after I get up from this comfy chair. :) Steve via iPad ___ Cocoa-dev mailing

Re: Looking for a Pasteboard Peeker sample code

2017-09-23 Thread Nick
Thanks Richard, it wasn't discoverable through search on the Apple Developer website, but I found the source code here (can't compile it, though - it is using way too outdated Carbon APIs that the modern XCode/dev SDK doesn't seem to support): https://developer.apple.com/legacy/library/samplecode/

Re: Looking for a Pasteboard Peeker sample code

2017-09-23 Thread Richard Charles
> On Sep 23, 2017, at 5:34 AM, Nick wrote: > > I am looking for an old Pasteboard Peeker Apple sample code (it's quite > old, using Carbon/CoreFoundation APIs). > It is deleted from the Apple website, but perhaps anyone still has one and > could share a copy? > > Thank you! https://web.archiv

Re: Looking for a Pasteboard Peeker sample code

2017-09-23 Thread Nick
Found the code, but unfortunately it isn't compilable on modern systems... So just in case, perhaps anyone has a compiled binary of Pasteboard Peeker? :) 2017-09-23 14:34 GMT+03:00 Nick : > I am looking for an old Pasteboard Peeker Apple sample code (it's quite > old, using Carbon/CoreFoundation