Skip to content

Commit dc18b28

Browse files
committed
Revert "fix: isDebug environment for multiple non RELEASE build configs"
This reverts commit ceea493.
1 parent 7357925 commit dc18b28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Aptabase/EnvironmentInfo.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ struct EnvironmentInfo {
3535
}
3636

3737
private static var isDebug: Bool {
38-
#if RELEASE
39-
false
40-
#else
38+
#if DEBUG
4139
true
40+
#else
41+
false
4242
#endif
4343
}
4444

0 commit comments

Comments
 (0)