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