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 83f82e8 commit 7b84bf9Copy full SHA for 7b84bf9
SwiftUI-WorkoutApp/SwiftUI_WorkoutAppApp.swift
@@ -105,12 +105,12 @@ private extension SwiftUI_WorkoutAppApp {
105
return tabBarItemAppearance
106
}
107
108
- #if DEBUG
109
func prepareForUITestIfNeeded() {
+ #if DEBUG
110
if ProcessInfo.processInfo.arguments.contains("UITest") {
111
UserDefaults.standard.removePersistentDomain(forName: Bundle.main.bundleIdentifier!)
112
UIView.setAnimationsEnabled(false)
113
114
+ #endif
115
- #endif
116
0 commit comments