Release-v27.0

This commit is contained in:
Cyrus Daboo
2026-09-17 09:59:16 -04:00
parent 67045e2fa0
commit 09f249a06e
759 changed files with 22171 additions and 2539 deletions
@@ -0,0 +1,10 @@
{
"Type": "com.apple.management.organization-info",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"Name": "Example, Inc.",
"Email": "admin@example.com",
"URL": "https://site.example.com/support"
}
}
@@ -0,0 +1,14 @@
{
"Type": "com.apple.management.properties",
"Identifier": "187C9F47-297C-4811-80C4-2E19D3C11963",
"ServerToken": "526CE2FB-DB79-409A-825D-8C5DC5EE873E",
"Payload": {
"is-part-time": false,
"groups": [
"teacher",
"grade 1",
"grade 2",
"it-admin"
]
}
}
@@ -0,0 +1,13 @@
{
"Type": "com.apple.management.server-capabilities",
"Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",
"ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",
"Payload": {
"Version": "1.0.0",
"SupportedFeatures": {
"Example Feature": {
"parameter1": 1
}
}
}
}