-
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
nameThe name of the tweak context. The default is “Tweaks”.
appGroupIDThe app group id of the adopting project. The default is
nil.
View on GitHub
Config Structure Reference