Files
apple-device-management-mdm/examples/declarative/status/package.list/example1.json
T
2026-08-18 15:34:21 -04:00

14 lines
346 B
JSON

{
"package": {
"list": [
{
"identifier": "com.example.package.enterprise-tools",
"declaration-identifier": "com.example.package-management",
"name": "Enterprise Tools",
"version": "2.1.0",
"state": "installed"
}
]
}
}