MacOS daemonology : communicate with daemons, agents, and helpers through XPC /
Take advantage of the full power of Swift through XPC. Development for macOS differs from iOS and web-based development because of multicomponent applications. Besides the usual GUI-based applications and app extensions, there are a wide range of daemonsprocesses that run in the backgroundto worry a...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
[Berkeley] :
Apress,
[2021]
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Part 1. Daemons in the Wild
- Chapter 1. Operating System Background World
- Chapter 2. Daemon Anatomy
- Chapter 3. Daemon Management
- Part 2. Daemons in Detail
- Chapter 4. Daemons at a Glance
- Chapter 5. Classic Daemons
- Chapter 6. Privileded Helper
- Chapter 7. System Extension (since macOS 10.15)
- Chapter 8. User Agent
- Chapter 9. XPC Service
- Chapter 10. Login Item
- Part 3. Talking to your Daemons
- Chapter 11. XPC at a Glance
- Chapter 12. Pass objects by-copy over XPC. NSSecureCoding
- Chapter 13. Pass object by proxy: the callable XPC objects
- Chapter 14. NSXPCListenerEndpoint
- XPC service sharing.