From a7b4f2744f9ff045feb8a509b7562b4e7b1e5ee9 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Tue, 24 Aug 2021 19:03:22 -0300 Subject: [PATCH] fix test host --- secant.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index 06a628b..e3041bb 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -757,7 +757,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/secant.app/secant"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/secant-testnet.app/secant-testnet"; }; name = Debug; }; @@ -778,7 +778,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/secant.app/secant"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/secant-testnet.app/secant-testnet"; }; name = Release; };