Skip to content

Commit

Permalink
feat: remove unnecessary platform limit from the environment value
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Jul 26, 2024
1 parent e1815ec commit 582f8b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RevenueCatUI/Templates/TemplateViewType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ private struct ContentMaxWidthKey: EnvironmentKey {
static let defaultValue: CGFloat = .infinity
}

@available(iOS 13.0, tvOS 13.0, macOS 10.15, watchOS 6.2, *)
public extension EnvironmentValues {
var paywallContentMaxWidth: CGFloat {
get { self[ContentMaxWidthKey.self] }
Expand Down

0 comments on commit 582f8b2

Please sign in to comment.