Skip to content

Commit 4db2f10

Browse files
authored
Merge pull request #640 from baujla/PR/154792656
Turn on `AppSandboxConflictingValuesEmitsWarning`
2 parents 0b51a8a + 622f70f commit 4db2f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCore/SWBFeatureFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,5 @@ public enum SWBFeatureFlag {
157157

158158
public static let enableCacheMetricsLogs = SWBFeatureFlagProperty("EnableCacheMetricsLogs", defaultValue: false)
159159

160-
public static let enableAppSandboxConflictingValuesEmitsWarning = SWBFeatureFlagProperty("AppSandboxConflictingValuesEmitsWarning", defaultValue: false)
160+
public static let enableAppSandboxConflictingValuesEmitsWarning = SWBFeatureFlagProperty("AppSandboxConflictingValuesEmitsWarning", defaultValue: true)
161161
}

0 commit comments

Comments
 (0)