|
32 | 32 | /* End PBXAggregateTarget section */ |
33 | 33 |
|
34 | 34 | /* Begin PBXBuildFile section */ |
| 35 | + DD6F08BE24001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */; }; |
| 36 | + DD6F08BF24001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */; }; |
| 37 | + DD6F08C024001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */; }; |
| 38 | + DD6F08C124001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */; }; |
| 39 | + DD6F08C324001CD400749359 /* ComplexOverflowingArithmeticTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08C224001CD400749359 /* ComplexOverflowingArithmeticTests.swift */; }; |
| 40 | + DD6F08C424001CD400749359 /* ComplexOverflowingArithmeticTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08C224001CD400749359 /* ComplexOverflowingArithmeticTests.swift */; }; |
| 41 | + DD6F08C524001CD400749359 /* ComplexOverflowingArithmeticTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08C224001CD400749359 /* ComplexOverflowingArithmeticTests.swift */; }; |
35 | 42 | DD6F08CD240077C300749359 /* TestingBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08CC240077C300749359 /* TestingBase.swift */; }; |
36 | 43 | DD6F08CE240077C300749359 /* TestingBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08CC240077C300749359 /* TestingBase.swift */; }; |
37 | 44 | DD6F08CF240077C300749359 /* TestingBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08CC240077C300749359 /* TestingBase.swift */; }; |
|
149 | 156 | /* End PBXContainerItemProxy section */ |
150 | 157 |
|
151 | 158 | /* Begin PBXFileReference section */ |
| 159 | + DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComplexOverflowingArithmetic.swift; sourceTree = "<group>"; }; |
| 160 | + DD6F08C224001CD400749359 /* ComplexOverflowingArithmeticTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ComplexOverflowingArithmeticTests.swift; sourceTree = "<group>"; }; |
152 | 161 | DD6F08CC240077C300749359 /* TestingBase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingBase.swift; sourceTree = "<group>"; }; |
153 | 162 | DD6F08D02400808300749359 /* codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = codecov.yml; sourceTree = "<group>"; }; |
154 | 163 | DDB8120623F59B760079FEB5 /* Complex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Complex.swift; sourceTree = "<group>"; }; |
|
310 | 319 | DD6F08CC240077C300749359 /* TestingBase.swift */, |
311 | 320 | DDB8121023F5AEB10079FEB5 /* ComplexTests.swift */, |
312 | 321 | DDB8126623F7B7F40079FEB5 /* ComplexArithmeticTests.swift */, |
| 322 | + DD6F08C224001CD400749359 /* ComplexOverflowingArithmeticTests.swift */, |
313 | 323 | DDB8122023F656AC0079FEB5 /* FunctionsTests.swift */, |
314 | 324 | DDB8128523FB1A430079FEB5 /* FunctionsTests.swift.gyb */, |
315 | 325 | DDFEEC4323EF13910096015C /* ComplexTests-Info.plist */, |
|
347 | 357 | children = ( |
348 | 358 | DDB8120623F59B760079FEB5 /* Complex.swift */, |
349 | 359 | DDB8126123F7B1C90079FEB5 /* ComplexArithmetic.swift */, |
350 | | - DDB8126F23FA2C210079FEB5 /* Functions.swift.gyb */, |
| 360 | + DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */, |
351 | 361 | DDB8120B23F5A8E80079FEB5 /* Functions.swift */, |
| 362 | + DDB8126F23FA2C210079FEB5 /* Functions.swift.gyb */, |
352 | 363 | DDB8125823F707EE0079FEB5 /* Operators.swift */, |
353 | 364 | ); |
354 | 365 | path = Complex; |
|
698 | 709 | DDB8125923F707EE0079FEB5 /* Operators.swift in Sources */, |
699 | 710 | DDB8120723F59B760079FEB5 /* Complex.swift in Sources */, |
700 | 711 | DDB8120C23F5A8E80079FEB5 /* Functions.swift in Sources */, |
| 712 | + DD6F08BE24001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */, |
701 | 713 | ); |
702 | 714 | runOnlyForDeploymentPostprocessing = 0; |
703 | 715 | }; |
|
707 | 719 | files = ( |
708 | 720 | DDB8126723F7B7F40079FEB5 /* ComplexArithmeticTests.swift in Sources */, |
709 | 721 | DD6F08CD240077C300749359 /* TestingBase.swift in Sources */, |
| 722 | + DD6F08C324001CD400749359 /* ComplexOverflowingArithmeticTests.swift in Sources */, |
710 | 723 | DDB8121123F5AEB10079FEB5 /* ComplexTests.swift in Sources */, |
711 | 724 | DDB8122123F656AC0079FEB5 /* FunctionsTests.swift in Sources */, |
712 | 725 | ); |
|
720 | 733 | DDB8125A23F707EE0079FEB5 /* Operators.swift in Sources */, |
721 | 734 | DDB8120823F59B760079FEB5 /* Complex.swift in Sources */, |
722 | 735 | DDB8120D23F5A8E80079FEB5 /* Functions.swift in Sources */, |
| 736 | + DD6F08BF24001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */, |
723 | 737 | ); |
724 | 738 | runOnlyForDeploymentPostprocessing = 0; |
725 | 739 | }; |
|
729 | 743 | files = ( |
730 | 744 | DDB8126823F7B7F40079FEB5 /* ComplexArithmeticTests.swift in Sources */, |
731 | 745 | DD6F08CE240077C300749359 /* TestingBase.swift in Sources */, |
| 746 | + DD6F08C424001CD400749359 /* ComplexOverflowingArithmeticTests.swift in Sources */, |
732 | 747 | DDB8121223F5AEB10079FEB5 /* ComplexTests.swift in Sources */, |
733 | 748 | DDB8122223F656AC0079FEB5 /* FunctionsTests.swift in Sources */, |
734 | 749 | ); |
|
742 | 757 | DDB8125B23F707EE0079FEB5 /* Operators.swift in Sources */, |
743 | 758 | DDB8120923F59B760079FEB5 /* Complex.swift in Sources */, |
744 | 759 | DDB8120E23F5A8E80079FEB5 /* Functions.swift in Sources */, |
| 760 | + DD6F08C024001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */, |
745 | 761 | ); |
746 | 762 | runOnlyForDeploymentPostprocessing = 0; |
747 | 763 | }; |
|
751 | 767 | files = ( |
752 | 768 | DDB8126923F7B7F40079FEB5 /* ComplexArithmeticTests.swift in Sources */, |
753 | 769 | DD6F08CF240077C300749359 /* TestingBase.swift in Sources */, |
| 770 | + DD6F08C524001CD400749359 /* ComplexOverflowingArithmeticTests.swift in Sources */, |
754 | 771 | DDB8121323F5AEB10079FEB5 /* ComplexTests.swift in Sources */, |
755 | 772 | DDB8122323F656AC0079FEB5 /* FunctionsTests.swift in Sources */, |
756 | 773 | ); |
|
764 | 781 | DDB8125C23F707EE0079FEB5 /* Operators.swift in Sources */, |
765 | 782 | DDB8120A23F59B760079FEB5 /* Complex.swift in Sources */, |
766 | 783 | DDB8120F23F5A8E80079FEB5 /* Functions.swift in Sources */, |
| 784 | + DD6F08C124001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */, |
767 | 785 | ); |
768 | 786 | runOnlyForDeploymentPostprocessing = 0; |
769 | 787 | }; |
|
0 commit comments