mirror of
https://github.com/aptabase/aptabase-swift.git
synced 2026-01-18 22:21:17 +01:00
fix: isDebug environment for multiple non RELEASE build configs
This commit is contained in:
@@ -35,10 +35,10 @@ struct EnvironmentInfo {
|
||||
}
|
||||
|
||||
private static var isDebug: Bool {
|
||||
#if DEBUG
|
||||
true
|
||||
#else
|
||||
#if RELEASE
|
||||
false
|
||||
#else
|
||||
true
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user