/xpc-service-example

A sample Cocoa application with an XPC Service

Primary LanguageSwift

Application with XPC Service and communication via XPC

Magic 8 Ball is a sample app, that imitates the Magic 8 Ball best known from the 'Interstate 60: Episodes of the Road' movie. The application is intentionally simplified in order to serve as a working example for everyone, who wants to figure out how XPC Services work.

The XPC Service is called MagicXPCService, and this is where we get the answers to out question from.

Both the main UI app and the XPC Service are sandboxed.

License: MIT.