summaryrefslogtreecommitdiff
path: root/test/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-05-12 17:14:29 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-05-12 17:14:29 -0700
commit1c8d3c5e425ddc60380767a40a2a505bc90249fa (patch)
tree27a6decbea6f8361b61c2b7ec90e8303355cc7a0 /test/ios
parentefc4bb4ef6ded2e57ce6742c8dafa5d0ff87f2e0 (diff)
downloadqtlocation-mapboxgl-1c8d3c5e425ddc60380767a40a2a505bc90249fa.tar.gz
patch up test project
Diffstat (limited to 'test/ios')
-rw-r--r--test/ios/ios-tests.xcodeproj/project.pbxproj2
-rw-r--r--test/ios/ios-tests.xcodeproj/project.xcworkspace/xcshareddata/ios-tests.xccheckout12
2 files changed, 14 insertions, 0 deletions
diff --git a/test/ios/ios-tests.xcodeproj/project.pbxproj b/test/ios/ios-tests.xcodeproj/project.pbxproj
index d6c6344c2e..50e12595f7 100644
--- a/test/ios/ios-tests.xcodeproj/project.pbxproj
+++ b/test/ios/ios-tests.xcodeproj/project.pbxproj
@@ -631,6 +631,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"../../build/ios/pkg/static/**",
OCMock,
+ OHHTTPStubs/OHHTTPStubs/Sources,
);
INFOPLIST_FILE = "Bundle-Info.plist";
LIBRARY_SEARCH_PATHS = (
@@ -665,6 +666,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"../../build/ios/pkg/static/**",
OCMock,
+ OHHTTPStubs/OHHTTPStubs/Sources,
);
INFOPLIST_FILE = "Bundle-Info.plist";
LIBRARY_SEARCH_PATHS = (
diff --git a/test/ios/ios-tests.xcodeproj/project.xcworkspace/xcshareddata/ios-tests.xccheckout b/test/ios/ios-tests.xcodeproj/project.xcworkspace/xcshareddata/ios-tests.xccheckout
index e2f98de8f1..b6ff646f18 100644
--- a/test/ios/ios-tests.xcodeproj/project.xcworkspace/xcshareddata/ios-tests.xccheckout
+++ b/test/ios/ios-tests.xcodeproj/project.xcworkspace/xcshareddata/ios-tests.xccheckout
@@ -12,6 +12,8 @@
<dict>
<key>10265E242415D473A6A613214DB7AC3EE3D43F93</key>
<string>https://github.com/mapbox/KIF.git</string>
+ <key>38C2A0D4F62B675E8C16C8BC1437C7753846C8AC</key>
+ <string>https://github.com/AliSoftware/OHHTTPStubs.git</string>
<key>7E68CB584078A487C0535CC191D3B7551EEE2095</key>
<string>github.com:mapbox/mapbox-gl-native.git</string>
</dict>
@@ -21,6 +23,8 @@
<dict>
<key>10265E242415D473A6A613214DB7AC3EE3D43F93</key>
<string>../../../..test/ios/KIF</string>
+ <key>38C2A0D4F62B675E8C16C8BC1437C7753846C8AC</key>
+ <string>../../../../test/ios/OHHTTPStubs/</string>
<key>7E68CB584078A487C0535CC191D3B7551EEE2095</key>
<string>../../../..</string>
</dict>
@@ -48,6 +52,14 @@
<key>IDESourceControlWCCName</key>
<string>KIF</string>
</dict>
+ <dict>
+ <key>IDESourceControlRepositoryExtensionIdentifierKey</key>
+ <string>public.vcs.git</string>
+ <key>IDESourceControlWCCIdentifierKey</key>
+ <string>38C2A0D4F62B675E8C16C8BC1437C7753846C8AC</string>
+ <key>IDESourceControlWCCName</key>
+ <string>OHHTTPStubs</string>
+ </dict>
</array>
</dict>
</plist>