From 804f0ac4016becc6c45b651fb37ab5beb10e7012 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Thu, 15 Sep 2022 10:49:45 -0700 Subject: [PATCH] Fixed release build --- Sources/Purchasing/Purchases/Purchases.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/Purchasing/Purchases/Purchases.swift b/Sources/Purchasing/Purchases/Purchases.swift index 54ea9f0670..3e14831cab 100644 --- a/Sources/Purchasing/Purchases/Purchases.swift +++ b/Sources/Purchasing/Purchases/Purchases.swift @@ -1668,6 +1668,10 @@ extension Purchases: @unchecked Sendable {} internal extension Purchases { + var isStoreKit1Configured: Bool { + return self.storeKit1Wrapper != nil + } + /// - Parameter syncedAttribute: will be called for every attribute that is updated /// - Parameter completion: will be called once all attributes have completed syncing /// - Returns: the number of attributes that will be synced @@ -1701,10 +1705,6 @@ internal extension Purchases { return self.systemInfo.isSandbox } - var isStoreKit1Configured: Bool { - return self.storeKit1Wrapper != nil - } - } #endif