From 27dd4cff99c274659f31e44a8611e6a98691ec76 Mon Sep 17 00:00:00 2001 From: Nikhil Date: Thu, 11 Apr 2024 17:37:48 +0200 Subject: [PATCH] updating command for test plan --- project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.yml b/project.yml index 34de892..de3c399 100644 --- a/project.yml +++ b/project.yml @@ -7,7 +7,7 @@ options: # This is enough for Xcode 11 or 12 to read in order to use the Test Plan. postGenCommand: >- FILE='ios-golden-sample-app.xcodeproj/xcshareddata/xcschemes/SnapshotTests.xcscheme'; - sed -i '' -E 's//<\/TestPlanReference><\/TestPlans>/g' $FILE; + sed -i '' -E 's/<\/Testables>/<\/Testables><\/TestPlanReference><\/TestPlanReference><\/TestPlans>/g' $FILE; targets: AccountsJourney: type: framework