issue-14-xpc
issue-14-xpc copied to clipboard
Sample Project for objc.o Article about XPC
When I add a new XPC target it generates my files in Obj-C
I was looking at this sample and thought it might be useful if anybody else comes browsing to find an updated version that builds and runs. I didn't verify anything...
Hi, so from the source code it looks like you're getting object using this code before every message is sent: ```swift let downloader = self.imageDownloadConnection.remoteObject as ImageDownloaderProtocol downloader.downloadImageAtURL(url) { (data)...
swift 3 syntax; NOTE: sourcecode changes, such that code in repo differs from snippets in the article
Are you planning to support Swift 3 or to rewrite the code to Swift 3?