Skip to content

Commit c1dab0e

Browse files
committed
"Feature flags for .production."
1 parent cf19c01 commit c1dab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/src/Util/FeatureFlags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extension FeatureBuild {
2020
}
2121
}
2222

23-
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .internal
23+
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
2424

2525
// MARK: -
2626

0 commit comments

Comments
 (0)