Tweaks
-
A type representing an Orion tweak.
A module should contain zero or one types conforming to this protocol. If there are zero, Orion will use
DefaultTweak
.Tweaks will default to the backend specified via the Orion CLI. In order to override the backend programmatically, conform to
See moreTweakWithBackend
instead.Declaration
Swift
public protocol Tweak
-
Declaration
Swift
public struct DefaultTweak : Tweak