Quick prompting for stuff on debug/test builds

This commit is contained in:
Max Goedjen
2021-12-31 14:52:40 -08:00
parent 6eee29e1fa
commit b8411008ae
6 changed files with 64 additions and 47 deletions

View File

@@ -4,6 +4,7 @@ import Combine
class PreviewAgentStatusChecker: AgentStatusCheckerProtocol {
let running: Bool
let developmentBuild = false
init(running: Bool = true) {
self.running = running

View File

@@ -5,6 +5,7 @@ import Brief
class PreviewUpdater: UpdaterProtocol {
let update: Release?
let testBuild = false
init(update: Update = .none) {
switch update {