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

14 lines
293 B
JSON

{
"mdm": {
"app": [
{
"identifier": "com.example.enterprise.app",
"name": "Enterprise App",
"version": "3.1.0",
"short-version": "3.1.0",
"state": "managed"
}
]
}
}