Skip to content

Commit

Permalink
Fixed release build
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Sep 19, 2022
1 parent e4d513e commit 804f0ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/Purchasing/Purchases/Purchases.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1701,10 +1705,6 @@ internal extension Purchases {
return self.systemInfo.isSandbox
}

var isStoreKit1Configured: Bool {
return self.storeKit1Wrapper != nil
}

}

#endif
Expand Down

0 comments on commit 804f0ac

Please sign in to comment.