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.
1 parent 94abbcc commit d281629Copy full SHA for d281629
SignalServiceKit/src/Util/FeatureFlags.swift
@@ -18,7 +18,7 @@ extension FeatureBuild {
18
}
19
20
21
-let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
+let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .beta
22
23
// MARK: -
24
0 commit comments