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.
AppSandboxConflictingValuesEmitsWarning
1 parent 0b51a8a commit 622f70fCopy full SHA for 622f70f
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