Tuist.swift 204 B

1234567891011
  1. import ProjectDescription
  2. let tuist = Tuist(
  3. project: .tuist(
  4. generationOptions: .options(
  5. manifestEnvironment: [
  6. "OPENSWIFTUI_*",
  7. ]
  8. )
  9. )
  10. )