Skip to main content

Module registry

Module registry 

Source
Expand description

.smix/sims.json device registry — deterministic device addressing.

Every smix device operation targets either an explicit UDID or an alias recorded in this file. Resolution never consults the live simulator set: the registry file is the only mapping source, so a given input always resolves to the same device regardless of what happens to be booted on the machine.

Structs§

RegisteredSim
One registered simulator (a row of .smix/sims.json).
SimRegistry
Loaded view of .smix/sims.json, keyed by alias.

Enums§

RegistryError
Failure variants for registry load / device-ref resolution.

Functions§

is_udid
Whether s has CoreSimulator UDID form (8-4-4-4-12 hex).