Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 581 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 581 Bytes

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.