Skip to content

Commit

Permalink
updating command for test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilg37 committed Apr 11, 2024
1 parent 7f37cbd commit 27dd4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<Testables>/<TestPlans><TestPlanReference reference = "container:TestPlans\/newTestPlan.xctestplan" default = "YES"><\/TestPlanReference><\/TestPlans><Testables>/g' $FILE;
sed -i '' -E 's/<\/Testables>/<\/Testables><TestPlans><TestPlanReference reference="container:TestPlans\/newTestPlan.xctestplan"><\/TestPlanReference><TestPlanReference reference="container:TestPlans\/newTestPlan.xctestplan" default="YES"><\/TestPlanReference><\/TestPlans>/g' $FILE;
targets:
AccountsJourney:
type: framework
Expand Down

0 comments on commit 27dd4cf

Please sign in to comment.