Skip to content

Commit

Permalink
Some APITester fixes (#3444)
Browse files Browse the repository at this point in the history
Not sure why but sometimes Xcode gets in a state where it won't compile
these without this.
  • Loading branch information
NachoSoto authored Nov 22, 2023
1 parent 6784026 commit a71cfe0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Created by Nacho Soto on 1/5/22.
//

import Foundation
import RevenueCat

var product: StoreProduct!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Created by Nacho Soto on 1/5/22.
//

import Foundation
import RevenueCat

var discount: StoreProductDiscount!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Created by Nacho Soto on 6/26/23.
//

import Foundation
import RevenueCat

// swiftlint:disable syntactic_sugar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation
import RevenueCat

func checkVerificationResultAPI(_ mode: EntitlementVerificationMode = .disabled,
func checkVerificationResultAPI(_ mode: Configuration.EntitlementVerificationMode = .disabled,
_ result: VerificationResult = .notRequested) {
let _: Bool = result.isVerified

Expand Down

0 comments on commit a71cfe0

Please sign in to comment.