Commit 117e8d5
authored
Fix Swift Language mode for UITest targets (#20)
# Fix Swift Language mode for UITest targets
## ♻️ Current situation & Problem
Even though #19 enabled Swift 6 Language Mode on the project wide build
settings for the UITest project, all the individual targets had a manual
override specifying Swift 5. This was fixed by this PR making sure Swift
6 is enabled by default for all targets.
## ⚙️ Release Notes
* Fixed Swift 6 Language Mode for UITest targets.
### Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).1 parent d9fedae commit 117e8d5
File tree
3 files changed
+4
-15
lines changed- .github/workflows
- Tests/UITests
- TestAppUITests
- UITests.xcodeproj
3 files changed
+4
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
550 | 549 | | |
551 | 550 | | |
552 | 551 | | |
| |||
581 | 580 | | |
582 | 581 | | |
583 | 582 | | |
584 | | - | |
585 | 583 | | |
586 | 584 | | |
587 | 585 | | |
| |||
602 | 600 | | |
603 | 601 | | |
604 | 602 | | |
605 | | - | |
606 | 603 | | |
607 | 604 | | |
608 | 605 | | |
| |||
624 | 621 | | |
625 | 622 | | |
626 | 623 | | |
627 | | - | |
628 | 624 | | |
629 | 625 | | |
630 | 626 | | |
| |||
658 | 654 | | |
659 | 655 | | |
660 | 656 | | |
661 | | - | |
662 | 657 | | |
663 | 658 | | |
664 | 659 | | |
| |||
690 | 685 | | |
691 | 686 | | |
692 | 687 | | |
693 | | - | |
694 | 688 | | |
695 | 689 | | |
696 | 690 | | |
| |||
722 | 716 | | |
723 | 717 | | |
724 | 718 | | |
725 | | - | |
726 | 719 | | |
727 | 720 | | |
728 | 721 | | |
| |||
744 | 737 | | |
745 | 738 | | |
746 | 739 | | |
747 | | - | |
748 | 740 | | |
749 | 741 | | |
750 | 742 | | |
| |||
766 | 758 | | |
767 | 759 | | |
768 | 760 | | |
769 | | - | |
770 | 761 | | |
771 | 762 | | |
772 | 763 | | |
| |||
788 | 779 | | |
789 | 780 | | |
790 | 781 | | |
791 | | - | |
792 | 782 | | |
793 | 783 | | |
794 | 784 | | |
| |||
890 | 880 | | |
891 | 881 | | |
892 | 882 | | |
893 | | - | |
894 | 883 | | |
895 | 884 | | |
896 | 885 | | |
| |||
911 | 900 | | |
912 | 901 | | |
913 | 902 | | |
914 | | - | |
915 | 903 | | |
916 | 904 | | |
917 | 905 | | |
| |||
0 commit comments