Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Aug 9, 2022
2 parents 0666535 + 047a690 commit 8007fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/CCC/Util/EnvironmentUtil.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import Foundation

public struct EnvironmentUtil {
public static var isRelease: Bool {
#if RELEASE
return true
#else
#if DEBUG
return false
#else
return true
#endif
}
}

0 comments on commit 8007fd5

Please sign in to comment.