From 2adc6f0e5b0e4e846e4f30014755e94caf8800c5 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Thu, 12 Dec 2024 20:42:14 +0100 Subject: [PATCH] Remove extra beta Customer Center docs (#4585) --- RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift | 2 -- Sources/CustomerCenter/CustomerCenterPresentationMode.swift | 2 -- 2 files changed, 4 deletions(-) diff --git a/RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift b/RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift index 69c060042c..4849dc5091 100644 --- a/RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift +++ b/RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift @@ -25,8 +25,6 @@ import SwiftUI #endif extension View { - /// Warning: This is currently in beta and subject to change. - /// /// Presents the ``CustomerCenter``. /// Example: /// ```swift diff --git a/Sources/CustomerCenter/CustomerCenterPresentationMode.swift b/Sources/CustomerCenter/CustomerCenterPresentationMode.swift index ee38af6210..5c4fa10704 100644 --- a/Sources/CustomerCenter/CustomerCenterPresentationMode.swift +++ b/Sources/CustomerCenter/CustomerCenterPresentationMode.swift @@ -13,8 +13,6 @@ import Foundation -/// Warning: This is currently in beta and subject to change. -/// /// Presentation options to use with the [presentCustomerCenter](x-source-tag://presentCustomerCenter) View modifiers. public enum CustomerCenterPresentationMode {