refine iOS swipe surface reveal

This commit is contained in:
2026-04-10 12:12:12 +02:00
parent 190d5833b0
commit c2fd98811a
3 changed files with 46 additions and 38 deletions
@@ -322,7 +322,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HermesPrediction.app/HermesApp";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HermesPrediction.app/HermesPrediction";
};
name = Debug;
};
@@ -344,7 +344,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HermesPrediction.app/HermesApp";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HermesPrediction.app/HermesPrediction";
};
name = Release;
};