summaryrefslogtreecommitdiff
path: root/objective-c
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2019-09-19 18:19:19 -0400
committerGitHub <noreply@github.com>2019-09-19 18:19:19 -0400
commit7ed4ff1303c2ce35c1e6fb0fc9c24ff6cb598d40 (patch)
tree47a46f7703253373dedb846577b706ac403e067a /objective-c
parentFix C# PDB location (diff)
downloadice-7ed4ff1303c2ce35c1e6fb0fc9c24ff6cb598d40.tar.bz2
ice-7ed4ff1303c2ce35c1e6fb0fc9c24ff6cb598d40.tar.xz
ice-7ed4ff1303c2ce35c1e6fb0fc9c24ff6cb598d40.zip
Fixed arc run instructions
Diffstat (limited to 'objective-c')
-rw-r--r--objective-c/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/objective-c/README.md b/objective-c/README.md
index 52f7bf7cdd4..b5ee69b66d2 100644
--- a/objective-c/README.md
+++ b/objective-c/README.md
@@ -128,6 +128,10 @@ of `ok` messages. In case of a failure, the tests abort with `failed`.
```
python3 allTests.py --config=xcodesdk --platform=iphoneos
```
+ or
+ ```
+ python3 allTests.py --config=arc-xcodesdk --platform=iphoneos
+ ```
All the test clients and servers run on the iOS device, not on your Mac
computer.