summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-06-07 11:46:46 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-06-07 11:46:46 -0400
commit5a338b8d9dc63f2ee166b3b29a82fbba58daaac5 (patch)
tree7a0e6a8d6fcf37f15a76397a6380e3bfae608ba8
parentee336e4213b787e2488c1a8d0038b923e2c279c2 (diff)
downloadsdl_ios-5a338b8d9dc63f2ee166b3b29a82fbba58daaac5.tar.gz
Fix `.xctool-args` path to project
-rw-r--r--.xctool-args2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xctool-args b/.xctool-args
index 5366f26a8..27942e3b9 100644
--- a/.xctool-args
+++ b/.xctool-args
@@ -1,5 +1,5 @@
[
- "-project", "SmartDeviceLink-iOS/SmartDeviceLink-iOS.xcodeproj",
+ "-project", "SmartDeviceLink-iOS.xcodeproj",
"-scheme", "SmartDeviceLink",
"-sdk", "iphonesimulator",
"ONLY_ACTIVE_ARCH=NO",