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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley] :
Apress,
[2021]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.