summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-04-25 12:21:09 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-04-25 12:21:09 -0700
commit74be438858ee9d1ea1a08de05723bbe15dc28785 (patch)
tree039b80f951b424d661e75a53872eb87b5c31e245 /README.md
parent71fabe210739dc90d5400a2624c18af14762e2a0 (diff)
downloadsdl_ios-74be438858ee9d1ea1a08de05723bbe15dc28785.tar.gz
Added .xctool-args and update README.md with update xctool command.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b1e3f667..9f12d58e3 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ cd ../
At this point, you can run tests from Xcode, or, if you wish to run the tests exactly as they will be run on the CI server, [install xctool](https://github.com/facebook/xctool#installation) and run:
```bash
-xctool -project SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj -scheme SmartDeviceLink -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO RUN_CLANG_STATIC_ANALYZER=NO test
+xctool test
```
### SDL iOS Getting Started