Skip to content

Commit

Permalink
specify SWIFT_VERSION in Cordova iOS test build
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Feb 12, 2022
1 parent 52ebaed commit 20bfd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/wallet-cordova/scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def install_test_plugin(app_dir: Path, reinstall=True):
"build",
"ios",
"--debug",
'--buildFlag="SWIFT_VERSION=5"',
],
cwd=app_dir,
)
Expand Down

0 comments on commit 20bfd9d

Please sign in to comment.