Skip to content

Commit

Permalink
[ios] Fix the plan prices not loading
Browse files Browse the repository at this point in the history
Closes #7381.
  • Loading branch information
rezbyte committed Aug 14, 2024
1 parent 2a86ed8 commit 37f4f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-ios/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ schemes:
tutanotaTests: ["test"]
run:
config: "Debug Staging"
storeKitConfiguration: "Plans.storekit"
test:
config: "Debug Staging"
targets: ["tutanotaTests"]
Expand All @@ -358,6 +359,7 @@ schemes:
tutanotaTests: ["test"]
run:
config: "Debug Production"
storeKitConfiguration: "Plans.storekit"
test:
config: "Debug Production"
targets: ["tutanotaTests"]
Expand Down

0 comments on commit 37f4f35

Please sign in to comment.