Skip to content

Commit

Permalink
🔧 Update host application for iOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Nov 2, 2023
1 parent d596099 commit 97c7218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ACKategories.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ACKategoriesExample.app/ACKategoriesExample";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ACKategoriesExample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ACKategoriesExample";
};
name = Debug;
};
Expand Down Expand Up @@ -1816,7 +1816,7 @@
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ACKategoriesExample.app/ACKategoriesExample";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ACKategoriesExample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ACKategoriesExample";
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand Down

0 comments on commit 97c7218

Please sign in to comment.