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§
- Registered
Sim - One registered simulator (a row of
.smix/sims.json). - SimRegistry
- Loaded view of
.smix/sims.json, keyed by alias.
Enums§
- Registry
Error - Failure variants for registry load / device-ref resolution.
Functions§
- is_udid
- Whether
shas CoreSimulator UDID form (8-4-4-4-12 hex).