mirror of
https://github.com/apple/container.git
synced 2026-09-11 10:15:38 +00:00
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"abstract" : "Core image management plugin",
|
|
"version": "0.1",
|
|
"author": "Apple",
|
|
"servicesConfig" : {
|
|
"loadAtBoot" : true,
|
|
"runAtLoad" : false,
|
|
"services" : [
|
|
{
|
|
"type" : "core",
|
|
"description": "Provide an XPC interface to interact with an image store."
|
|
}
|
|
],
|
|
"defaultArguments": []
|
|
}
|
|
}
|