pub const APP_DIR: &str = "openlogi";Expand description
Production subdirectory created under each XDG base directory.
Public because the dev tooling has to name the same directories from
outside a running app — xtask macos dev-bundle remembers the developer’s
codesigning certificate under DEV_APP_DIR, where cargo clean cannot
reach it.