Reference
Delicious is configured by a few plain, human-readable files. This section documents each one precisely. There are two layers:
- Set once — the operator.
operator.config.yamlholds the global answers (your reverse‑domain, company, Apple identity, default integrations) so you don't re‑answer them for every app. See operator.config. - Per app — the App Spec.
app.appspec.yamlis the single source of truth for one app: product, brand, architecture, integrations, IAP, and ASO. Every stage reads it and writes back to it. See App Spec schema.
Two more references describe how those become a real app:
- Integrations map — how each integration choice turns into SPM packages, adapters, and the keys you supply.
- Stage contracts — the inputs and outputs of each of the ten stages.
Everything here is plain YAML and Markdown — portable, diff‑able, and runtime‑agnostic. Secrets never live in these files; they stay in a local .env.