Skip to content

Commit

Permalink
Use Kickstarter-iOS as test host for Library-iOS tests
Browse files Browse the repository at this point in the history
This is required to run KeychainTests.swift successfully.
  • Loading branch information
amy-at-kickstarter committed Feb 14, 2024
1 parent e0b7bec commit 30debcc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Kickstarter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,13 @@
remoteGlobalIDString = E10BE8CC2B02975C00F73DC9;
remoteInfo = RichPushNotifications;
};
E113BD7B2B7D1C3100D3A809 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = A7E06C711C5A6EB300EBDCC2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = A7D1F9441C850B7C000D41D5;
remoteInfo = "Kickstarter-iOS";
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -7024,6 +7031,7 @@
);
dependencies = (
A75511481C8642B3005355CF /* PBXTargetDependency */,
E113BD7C2B7D1C3100D3A809 /* PBXTargetDependency */,
);
name = "Library-iOSTests";
packageProductDependencies = (
Expand Down Expand Up @@ -7189,6 +7197,7 @@
A75511441C8642B3005355CF = {
CreatedOnToolsVersion = 7.2.1;
LastSwiftMigration = 1020;
TestTargetID = A7D1F9441C850B7C000D41D5;
};
A7C7959D1C873A870081977F = {
CreatedOnToolsVersion = 7.2.1;
Expand Down Expand Up @@ -8942,6 +8951,11 @@
target = E10BE8CC2B02975C00F73DC9 /* RichPushNotifications */;
targetProxy = E10BE8D22B02975C00F73DC9 /* PBXContainerItemProxy */;
};
E113BD7C2B7D1C3100D3A809 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = A7D1F9441C850B7C000D41D5 /* Kickstarter-iOS */;
targetProxy = E113BD7B2B7D1C3100D3A809 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -9139,6 +9153,7 @@
SDKROOT = iphoneos;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/KickDebug.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/KickDebug";
};
name = "AppCenter Beta";
};
Expand Down Expand Up @@ -9262,6 +9277,7 @@
SDKROOT = iphoneos;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/KickDebug.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/KickDebug";
};
name = Debug;
};
Expand All @@ -9285,6 +9301,7 @@
SDKROOT = iphoneos;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/KickDebug.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/KickDebug";
};
name = Release;
};
Expand Down Expand Up @@ -9960,6 +9977,7 @@
SDKROOT = iphoneos;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/KickDebug.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/KickDebug";
};
name = "AppCenter Alpha";
};
Expand Down

0 comments on commit 30debcc

Please sign in to comment.