Commit 8eacfbf
authored
Remove duplicate post/pre actions (#3122)
When using custom schemes with "same_as_run" for the profile action, I
noticed that the build target's pre/post build actions were being
duplicated in the generated scheme because we copy the whole build
target into the profile action (incl post_actions and pre_actions).
This just copies the `id` from the build target instead.
Signed-off-by: Sebastian Shanus <sebastian.shanus@robinhood.com>1 parent 912599c commit 8eacfbf
File tree
2 files changed
+6
-4
lines changed- test/internal/xcschemes
- xcodeproj/internal/xcschemes
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
| 384 | + | |
383 | 385 | | |
384 | 386 | | |
385 | 387 | | |
| |||
605 | 607 | | |
606 | 608 | | |
607 | 609 | | |
608 | | - | |
609 | | - | |
| 610 | + | |
| 611 | + | |
610 | 612 | | |
611 | 613 | | |
612 | 614 | | |
| |||
791 | 793 | | |
792 | 794 | | |
793 | 795 | | |
794 | | - | |
| 796 | + | |
795 | 797 | | |
796 | 798 | | |
797 | 799 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| |||
0 commit comments