We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccd9d0 commit fedc482Copy full SHA for fedc482
Cryptomator/Purchase/SalePromo.swift
@@ -6,6 +6,7 @@
6
// Copyright © 2025 Skymatic GmbH. All rights reserved.
7
//
8
9
+#if !ALWAYS_PREMIUM
10
import Dependencies
11
import Foundation
12
@@ -30,3 +31,4 @@ struct SalePromo {
30
31
return SalePromo.isSpring2025Active() && !(cryptomatorSettings.fullVersionUnlocked || cryptomatorSettings.hasRunningSubscription) && !cryptomatorSettings.spring2025BannerDismissed
32
}
33
34
+#endif
0 commit comments