We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b51a8a + 622f70f commit 4db2f10Copy full SHA for 4db2f10
Sources/SWBCore/SWBFeatureFlag.swift
@@ -157,5 +157,5 @@ public enum SWBFeatureFlag {
157
158
public static let enableCacheMetricsLogs = SWBFeatureFlagProperty("EnableCacheMetricsLogs", defaultValue: false)
159
160
- public static let enableAppSandboxConflictingValuesEmitsWarning = SWBFeatureFlagProperty("AppSandboxConflictingValuesEmitsWarning", defaultValue: false)
+ public static let enableAppSandboxConflictingValuesEmitsWarning = SWBFeatureFlagProperty("AppSandboxConflictingValuesEmitsWarning", defaultValue: true)
161
}
0 commit comments