Config

struct Config

A model represents the meta data of a TweakContext object.

  • Creates and initializes a tweak context config with the given name and app group id.

    Declaration

    Swift

    public init(
        name: String = "Tweaks",
        appGroupID: String? = nil
    )

    Parameters

    name

    The name of the tweak context. The default is “Tweaks”.

    appGroupID

    The app group id of the adopting project. The default is nil.