Skip to content

Commit

Permalink
Add swift flag check
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdholtz committed Sep 30, 2024
1 parent 13996b6 commit 62fe323
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RevenueCatUI/Templates/Components/Stackable+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import Foundation
import RevenueCat

#if PAYWALL_COMPONENTS

@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
extension PaywallComponent.StackableComponent {

Expand All @@ -38,3 +40,5 @@ extension PaywallComponent.StackableComponent {
}

}

#endif

0 comments on commit 62fe323

Please sign in to comment.