mirror of
https://github.com/micromdm/micromdm/
synced 2026-06-28 09:15:37 +08:00
Add more logic to the way code is organized. /pkg -- library code not directly connected to micromdm /mdm -- packages meant for the services devices interract with. The MDM protocol. /dep -- DEP API and related packages. /platform -- Core APIs the server provides. Commands API, Devices API, queue, pubsub etc. /workflow -- Packages/API that build on top of platform. Today that's the webhook package. Depending on what ends up here, the workflow folder might become its own repository.
4 lines
387 B
Plaintext
Executable File
4 lines
387 B
Plaintext
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0"><dict><key>Command</key><dict><key>Payload</key><data>Zm9vYmFyYmF6</data><key>RequestType</key><string>InstallProfile</string></dict><key>CommandUUID</key><string>7e761ec5-9e20-42d1-9072-3d5a611e3ac5</string></dict></plist>
|