From cbf8cc96d0862033cce99ff5bc728ac0c5b9a661 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Tue, 27 Aug 2024 14:51:04 +0200 Subject: [PATCH] fix topBarTrailing --- .../CustomerCenter/Views/CompatibilityTopBarTrailing.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RevenueCatUI/CustomerCenter/Views/CompatibilityTopBarTrailing.swift b/RevenueCatUI/CustomerCenter/Views/CompatibilityTopBarTrailing.swift index eb5b1ff4b0..c4474d3f21 100644 --- a/RevenueCatUI/CustomerCenter/Views/CompatibilityTopBarTrailing.swift +++ b/RevenueCatUI/CustomerCenter/Views/CompatibilityTopBarTrailing.swift @@ -12,6 +12,7 @@ // Created by Josh Holtz on 8/16/24. #if CUSTOMER_CENTER_ENABLED +#if os(iOS) import SwiftUI @@ -37,3 +38,4 @@ internal extension ToolbarItemPlacement { } #endif +#endif