mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
👌 Avoid sponsor messages on EAP
This commit is contained in:
@ -105,7 +105,7 @@ class Stats {
|
||||
return Log.info("A fake shell is in use, skipping sponsor alert.")
|
||||
}
|
||||
|
||||
if Bundle.main.bundleIdentifier?.contains("beta") ?? false {
|
||||
if App.identifier.contains(".dev") || App.identifier.contains(".eap") {
|
||||
return Log.info("Sponsor messages never apply to beta builds.")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user