Hide support bypass controls in release builds

This commit is contained in:
h3p 2026-02-12 19:12:33 +01:00
parent fde6dae801
commit c2ec080cd9

View file

@ -23,7 +23,8 @@ final class SupportPurchaseManager: ObservableObject {
#elseif DEBUG
return true
#else
return environment == .sandbox
_ = environment
return false
#endif
}