Skip to content

Translation 🌍

You can translate or improve the translation of this page.

Contribute

ENUM

Configuration.Variant

Contents

swift
public enum Variant: String, Codable, Sendable

Cases

debug

swift
case debug

release

swift
case release

Released under the MIT License.