Skip to content

Commit 622f70f

Browse files
Daniel Yountbaujla
authored andcommitted
rdar://142845111 (Turn on AppSandboxConflictingValuesEmitsWarning by default)
1 parent 0b51a8a commit 622f70f

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)