aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2018-12-11 09:22:48 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2018-12-11 09:27:45 -0500
commit7a6bb3ccdc4f08ad646a25d1aac922f0effab798 (patch)
treeafdc3e5b5426cbeaadaedcbd8764041bb3d9cff2
parentbdf6311292e3b31e27d5aeb7791263e2e8418903 (diff)
Set the test host in the XCode settings for App Tests.
-rw-r--r--GTM.xcodeproj/project.pbxproj18
1 files changed, 18 insertions, 0 deletions
diff --git a/GTM.xcodeproj/project.pbxproj b/GTM.xcodeproj/project.pbxproj
index dc1a34e..6ab0a65 100644
--- a/GTM.xcodeproj/project.pbxproj
+++ b/GTM.xcodeproj/project.pbxproj
@@ -212,6 +212,13 @@
remoteGlobalIDString = F42E086C0D199A5B00D5DDE0;
remoteInfo = GTM;
};
+ F44F5A3421BFFF180005C797 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 8B45A2890DA49B99001148C5;
+ remoteInfo = UIUnitTestingHarness;
+ };
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
@@ -926,6 +933,7 @@
);
dependencies = (
F42E08770D199A9B00D5DDE0 /* PBXTargetDependency */,
+ F44F5A3521BFFF180005C797 /* PBXTargetDependency */,
);
name = "UnitTest-AppKit";
productName = "UnitTest-AppKit";
@@ -940,6 +948,11 @@
attributes = {
BuildIndependentTargetsInParallel = NO;
LastUpgradeCheck = 1010;
+ TargetAttributes = {
+ F48FE2630D198C1E009257D2 = {
+ TestTargetID = 8B45A2890DA49B99001148C5;
+ };
+ };
};
buildConfigurationList = 1DEB918108733D990010E9CD /* Build configuration list for PBXProject "GTM" */;
compatibilityVersion = "Xcode 3.1";
@@ -1211,6 +1224,11 @@
target = F42E086C0D199A5B00D5DDE0 /* GTM */;
targetProxy = F42E08780D199AA600D5DDE0 /* PBXContainerItemProxy */;
};
+ F44F5A3521BFFF180005C797 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 8B45A2890DA49B99001148C5 /* UIUnitTestingHarness */;
+ targetProxy = F44F5A3421BFFF180005C797 /* PBXContainerItemProxy */;
+ };
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */