mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
a1981c30ac
- Part of #1404. - COMPATIBILITY: Breaking change to client API. XPC protocol and persistent data remain fully compatibile. - Renames `ClientNetwork` to `NetworkClient`, aligning with `ContainerClient`. - Client uses instance methods instead of utility functions, with an `init(serviceIdentifier:)` for the XPC service name. The value is currently unused.