summaryrefslogtreecommitdiff
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
parent71fabe210739dc90d5400a2624c18af14762e2a0 (diff)
downloadsdl_ios-74be438858ee9d1ea1a08de05723bbe15dc28785.tar.gz
Added .xctool-args and update README.md with update xctool command.
-rw-r--r--.xctool_args7
-rw-r--r--README.md2
2 files changed, 8 insertions, 1 deletions
diff --git a/.xctool_args b/.xctool_args
new file mode 100644
index 000000000..5366f26a8
--- /dev/null
+++ b/.xctool_args
@@ -0,0 +1,7 @@
+[
+ "-project", "SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj",
+ "-scheme", "SmartDeviceLink",
+ "-sdk", "iphonesimulator",
+ "ONLY_ACTIVE_ARCH=NO",
+ "RUN_CLANG_STATIC_ANALYZER=NO"
+]
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