summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-05-04 11:59:41 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-05-04 11:59:41 -0400
commit298d0eac118186b2261eee8817f7112f8b5d99eb (patch)
tree791413098646bdd74e3f2c571db7b8ec43ebef3f
parent858e8fed51710da26eb84c46863f9969407f27d2 (diff)
parentf633899ece1f63cbc52c23470fb57c6de5b7e303 (diff)
downloadsdl_ios-298d0eac118186b2261eee8817f7112f8b5d99eb.tar.gz
Merge branch 'feature/issue_390_xctool_args' of https://github.com/FordDev/sdl_ios into FordDev-feature/issue_390_xctool_args
-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