This repository was archived by the owner on Jan 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ internal typealias TPTweak = TPTweakStore
9797 */
9898public enum TPTweakStore {
9999 /// all side effect logic, also for unit testing
100- internal static var environment : TPTweakStoreEnvironment = . live
100+ public static var environment : TPTweakStoreEnvironment = . live
101101 internal static var entries : [ String : TPTweakEntry ] = [ : ]
102102
103103 // MARK: - Interface
@@ -238,11 +238,11 @@ public enum TPTweakStore {
238238 }
239239}
240240
241- internal struct TPTweakStoreEnvironment {
242- internal var isDebugMode : ( ) -> Bool
243- internal var provider : ( ) -> UserDefaults
241+ public struct TPTweakStoreEnvironment {
242+ public var isDebugMode : ( ) -> Bool
243+ public var provider : ( ) -> UserDefaults
244244
245- internal static var live : Self {
245+ public static var live : Self {
246246 TPTweakStoreEnvironment (
247247 isDebugMode: {
248248 #if TPTWEAK_ENABLE_RELEASE_MODE
You can’t perform that action at this time.
0 commit comments