Skip to content

Commit d7cb618

Browse files
Limit test only implementation in quick start project to DEBUG (#155)
Limit test only implementation to DEBUG
1 parent e2eb920 commit d7cb618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

genesis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,12 @@ files:
311311
}
312312
313313
private func bootstrap() {
314+
#if DEBUG
314315
guard appBuilder is AppBuilderImp
315316
else { return appFlow.start() }
316317
guard NSClassFromString("XCTestCase") == nil
317318
else { return }
319+
#endif
318320
registerProviderFactories()
319321
appFlow.start()
320322
}

0 commit comments

Comments
 (0)