Quick prompting for stuff on debug/test builds (#296)

This commit is contained in:
Max Goedjen
2021-12-31 14:59:12 -08:00
committed by GitHub
parent 6eee29e1fa
commit f249932ff2
6 changed files with 48 additions and 31 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 {