Files
container/Sources/Plugins/CoreImages/config.json
T
J Logan 8fb8ad2f6a Relocate Source/Helpers folders to sensible locations. (#1363)
- Closes #1361.
- Tweaks project structure to better reflect
  plugin structure.
2026-03-31 16:36:15 -07:00

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": []
}
}