Hive Hive
Sign in

Configurable attributes via select() in TOML manifests

Metadata
Source
GitHub
Version
0.18.0
Domains
Published
Jun 12, 2026 · 21:12 UTC
Repository
tuist/once
Update

You can now write conditional attribute values directly in once.toml using a select map. Configuration keys match the target’s platform, architecture, SDK variant, or Mac Catalyst token, and composite keys like ios:simulator take precedence over broader keys. For example, sdk_frameworks = { select = { ios = ["UIKit"], macos = ["AppKit"] } } resolves to the right value at analysis time.