diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-06-20 12:51:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 12:51:12 -0400 |
commit | 92f2c84df2d3b67aba4dc94c792b24b0574219e1 (patch) | |
tree | d2156a2e8eb94e6eb0d18444a90d21ec1498f6c7 | |
parent | Add simulator instructions (diff) | |
download | ice-92f2c84df2d3b67aba4dc94c792b24b0574219e1.tar.bz2 ice-92f2c84df2d3b67aba4dc94c792b24b0574219e1.tar.xz ice-92f2c84df2d3b67aba4dc94c792b24b0574219e1.zip |
Small fix
-rw-r--r-- | swift/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swift/README.md b/swift/README.md index 6f80bd8190c..dcd4beb3a23 100644 --- a/swift/README.md +++ b/swift/README.md @@ -59,15 +59,15 @@ failure, the tests abort with `failed`. ### iOS Start the `TestDriver iOS` app on your iOS device or simulator, from Xcode. -Then on your mac to run the tests on a iOS device: +Then on your mac, run: ``` python allTests.py --config Debug --platform iphoneos ``` - -Or to run the tests on a iOS simulator: +or ``` python allTests.py --config Debug --platform iphonesimulator ``` +depending on your target. [1]: https://zeroc.com/downloads//ice#swift [2]: https://doc.zeroc.com/ice/latest/release-notes/supported-platforms-for-ice-3-7-swift |