|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 50; |
| 6 | + objectVersion = 52; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXAggregateTarget section */ |
|
32 | 32 | /* End PBXAggregateTarget section */ |
33 | 33 |
|
34 | 34 | /* Begin PBXBuildFile section */ |
| 35 | + DD0793442412F03000EF65B4 /* Half in Frameworks */ = {isa = PBXBuildFile; productRef = DD0793432412F03000EF65B4 /* Half */; }; |
| 36 | + DD0793462412F03400EF65B4 /* Half in Frameworks */ = {isa = PBXBuildFile; productRef = DD0793452412F03400EF65B4 /* Half */; }; |
| 37 | + DD0793482412F03700EF65B4 /* Half in Frameworks */ = {isa = PBXBuildFile; productRef = DD0793472412F03700EF65B4 /* Half */; }; |
35 | 38 | DD6F08BE24001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */; }; |
36 | 39 | DD6F08BF24001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */; }; |
37 | 40 | DD6F08C024001B9A00749359 /* ComplexOverflowingArithmetic.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD6F08BD24001B9A00749359 /* ComplexOverflowingArithmetic.swift */; }; |
|
53 | 56 | DDB8121123F5AEB10079FEB5 /* ComplexTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8121023F5AEB10079FEB5 /* ComplexTests.swift */; }; |
54 | 57 | DDB8121223F5AEB10079FEB5 /* ComplexTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8121023F5AEB10079FEB5 /* ComplexTests.swift */; }; |
55 | 58 | DDB8121323F5AEB10079FEB5 /* ComplexTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8121023F5AEB10079FEB5 /* ComplexTests.swift */; }; |
56 | | - DDB8121D23F63B960079FEB5 /* Half.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDB8121C23F63B900079FEB5 /* Half.framework */; }; |
57 | | - DDB8121E23F63BB60079FEB5 /* Half.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDB8121B23F63B890079FEB5 /* Half.framework */; }; |
58 | | - DDB8121F23F63BBA0079FEB5 /* Half.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDB8121A23F63B800079FEB5 /* Half.framework */; }; |
59 | 59 | DDB8122123F656AC0079FEB5 /* FunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8122023F656AC0079FEB5 /* FunctionsTests.swift */; }; |
60 | 60 | DDB8122223F656AC0079FEB5 /* FunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8122023F656AC0079FEB5 /* FunctionsTests.swift */; }; |
61 | 61 | DDB8122323F656AC0079FEB5 /* FunctionsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB8122023F656AC0079FEB5 /* FunctionsTests.swift */; }; |
|
76 | 76 | /* End PBXBuildFile section */ |
77 | 77 |
|
78 | 78 | /* Begin PBXContainerItemProxy section */ |
79 | | - DDB8127723FA5C380079FEB5 /* PBXContainerItemProxy */ = { |
| 79 | + DD07933E2412E54500EF65B4 /* PBXContainerItemProxy */ = { |
80 | 80 | isa = PBXContainerItemProxy; |
81 | 81 | containerPortal = DDFEEC2A23EF13900096015C /* Project object */; |
82 | 82 | proxyType = 1; |
|
163 | 163 | DDB8120623F59B760079FEB5 /* Complex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Complex.swift; sourceTree = "<group>"; }; |
164 | 164 | DDB8120B23F5A8E80079FEB5 /* Functions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Functions.swift; sourceTree = "<group>"; }; |
165 | 165 | DDB8121023F5AEB10079FEB5 /* ComplexTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComplexTests.swift; sourceTree = "<group>"; }; |
166 | | - DDB8121423F634770079FEB5 /* Cartfile.private */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile.private; sourceTree = "<group>"; }; |
167 | | - DDB8121A23F63B800079FEB5 /* Half.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Half.framework; path = Carthage/Build/tvOS/Half.framework; sourceTree = "<group>"; }; |
168 | | - DDB8121B23F63B890079FEB5 /* Half.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Half.framework; path = Carthage/Build/Mac/Half.framework; sourceTree = "<group>"; }; |
169 | | - DDB8121C23F63B900079FEB5 /* Half.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Half.framework; path = Carthage/Build/iOS/Half.framework; sourceTree = "<group>"; }; |
170 | 166 | DDB8122023F656AC0079FEB5 /* FunctionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FunctionsTests.swift; sourceTree = "<group>"; }; |
171 | 167 | DDB8125823F707EE0079FEB5 /* Operators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = "<group>"; }; |
172 | 168 | DDB8126123F7B1C90079FEB5 /* ComplexArithmetic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComplexArithmetic.swift; sourceTree = "<group>"; }; |
|
206 | 202 | buildActionMask = 2147483647; |
207 | 203 | files = ( |
208 | 204 | DDFEEC3D23EF13910096015C /* Complex.framework in Frameworks */, |
209 | | - DDB8121D23F63B960079FEB5 /* Half.framework in Frameworks */, |
| 205 | + DD0793442412F03000EF65B4 /* Half in Frameworks */, |
210 | 206 | ); |
211 | 207 | runOnlyForDeploymentPostprocessing = 0; |
212 | 208 | }; |
|
222 | 218 | buildActionMask = 2147483647; |
223 | 219 | files = ( |
224 | 220 | DDFEECC723F2001A0096015C /* Complex.framework in Frameworks */, |
225 | | - DDB8121E23F63BB60079FEB5 /* Half.framework in Frameworks */, |
| 221 | + DD0793462412F03400EF65B4 /* Half in Frameworks */, |
226 | 222 | ); |
227 | 223 | runOnlyForDeploymentPostprocessing = 0; |
228 | 224 | }; |
|
238 | 234 | buildActionMask = 2147483647; |
239 | 235 | files = ( |
240 | 236 | DDFEECE323F2003E0096015C /* Complex.framework in Frameworks */, |
241 | | - DDB8121F23F63BBA0079FEB5 /* Half.framework in Frameworks */, |
| 237 | + DD0793482412F03700EF65B4 /* Half in Frameworks */, |
242 | 238 | ); |
243 | 239 | runOnlyForDeploymentPostprocessing = 0; |
244 | 240 | }; |
|
260 | 256 | path = Tests; |
261 | 257 | sourceTree = "<group>"; |
262 | 258 | }; |
263 | | - DDB8121523F63B2C0079FEB5 /* Frameworks */ = { |
264 | | - isa = PBXGroup; |
265 | | - children = ( |
266 | | - DDB8121C23F63B900079FEB5 /* Half.framework */, |
267 | | - DDB8121B23F63B890079FEB5 /* Half.framework */, |
268 | | - DDB8121A23F63B800079FEB5 /* Half.framework */, |
269 | | - ); |
270 | | - name = Frameworks; |
271 | | - sourceTree = "<group>"; |
272 | | - }; |
273 | 259 | DDB8126A23FA2B810079FEB5 /* Utils */ = { |
274 | 260 | isa = PBXGroup; |
275 | 261 | children = ( |
|
284 | 270 | children = ( |
285 | 271 | DDFEEC3523EF13900096015C /* Complex */, |
286 | 272 | DDFEEC3423EF13900096015C /* Products */, |
287 | | - DDB8121523F63B2C0079FEB5 /* Frameworks */, |
288 | 273 | ); |
289 | 274 | sourceTree = "<group>"; |
290 | 275 | }; |
|
339 | 324 | isa = PBXGroup; |
340 | 325 | children = ( |
341 | 326 | DDFEECAB23F1BA550096015C /* Complex.podspec */, |
342 | | - DDB8121423F634770079FEB5 /* Cartfile.private */, |
343 | 327 | DDFEECAC23F1BA550096015C /* Package.swift */, |
344 | 328 | DD6F08D02400808300749359 /* codecov.yml */, |
345 | 329 | DDFEECAE23F1BA5E0096015C /* .swiftlint.yml */, |
|
411 | 395 | buildRules = ( |
412 | 396 | ); |
413 | 397 | dependencies = ( |
414 | | - DDB8127823FA5C380079FEB5 /* PBXTargetDependency */, |
| 398 | + DD07933F2412E54500EF65B4 /* PBXTargetDependency */, |
415 | 399 | DDFEECB323F1BB5B0096015C /* PBXTargetDependency */, |
416 | 400 | ); |
417 | 401 | name = Complex; |
| 402 | + packageProductDependencies = ( |
| 403 | + ); |
418 | 404 | productName = Complex; |
419 | 405 | productReference = DDFEEC3323EF13900096015C /* Complex.framework */; |
420 | 406 | productType = "com.apple.product-type.framework"; |
|
430 | 416 | buildRules = ( |
431 | 417 | ); |
432 | 418 | dependencies = ( |
| 419 | + DDB1DF8E240C520C00C20FED /* PBXTargetDependency */, |
433 | 420 | DDFEEC3F23EF13910096015C /* PBXTargetDependency */, |
434 | 421 | ); |
435 | 422 | name = ComplexTests; |
| 423 | + packageProductDependencies = ( |
| 424 | + DD0793432412F03000EF65B4 /* Half */, |
| 425 | + ); |
436 | 426 | productName = ComplexTests; |
437 | 427 | productReference = DDFEEC3C23EF13910096015C /* ComplexTests.xctest */; |
438 | 428 | productType = "com.apple.product-type.bundle.unit-test"; |
|
468 | 458 | buildRules = ( |
469 | 459 | ); |
470 | 460 | dependencies = ( |
| 461 | + DDB1DF90240C521000C20FED /* PBXTargetDependency */, |
471 | 462 | DDFEECC923F2001A0096015C /* PBXTargetDependency */, |
472 | 463 | ); |
473 | 464 | name = "Complex macOS Tests"; |
| 465 | + packageProductDependencies = ( |
| 466 | + DD0793452412F03400EF65B4 /* Half */, |
| 467 | + ); |
474 | 468 | productName = "Complex macOSTests"; |
475 | 469 | productReference = DDFEECC623F2001A0096015C /* ComplexTests.xctest */; |
476 | 470 | productType = "com.apple.product-type.bundle.unit-test"; |
|
506 | 500 | buildRules = ( |
507 | 501 | ); |
508 | 502 | dependencies = ( |
| 503 | + DDB1DF92240C521500C20FED /* PBXTargetDependency */, |
509 | 504 | DDFEECE523F2003E0096015C /* PBXTargetDependency */, |
510 | 505 | ); |
511 | 506 | name = "Complex tvOS Tests"; |
| 507 | + packageProductDependencies = ( |
| 508 | + DD0793472412F03700EF65B4 /* Half */, |
| 509 | + ); |
512 | 510 | productName = "Complex tvOSTests"; |
513 | 511 | productReference = DDFEECE223F2003E0096015C /* ComplexTests.xctest */; |
514 | 512 | productType = "com.apple.product-type.bundle.unit-test"; |
|
588 | 586 | Base, |
589 | 587 | ); |
590 | 588 | mainGroup = DDFEEC2923EF13900096015C; |
| 589 | + packageReferences = ( |
| 590 | + DDB1DF8A240C51F900C20FED /* XCRemoteSwiftPackageReference "Half" */, |
| 591 | + ); |
591 | 592 | productRefGroup = DDFEEC3423EF13900096015C /* Products */; |
592 | 593 | projectDirPath = ""; |
593 | 594 | projectRoot = ""; |
|
675 | 676 | outputPaths = ( |
676 | 677 | "$(SRCROOT)/Sources/Complex/Functions.swift", |
677 | 678 | "$(SRCROOT)/Tests/ComplexTests/FunctionsTests.swift", |
| 679 | + "$(SRCROOT)/Sources/Complex/Complex.swift", |
678 | 680 | ); |
679 | 681 | runOnlyForDeploymentPostprocessing = 0; |
680 | 682 | shellPath = /bin/sh; |
|
788 | 790 | /* End PBXSourcesBuildPhase section */ |
789 | 791 |
|
790 | 792 | /* Begin PBXTargetDependency section */ |
791 | | - DDB8127823FA5C380079FEB5 /* PBXTargetDependency */ = { |
| 793 | + DD07933F2412E54500EF65B4 /* PBXTargetDependency */ = { |
792 | 794 | isa = PBXTargetDependency; |
793 | 795 | target = DDB8127223FA5C0C0079FEB5 /* Generate Sources */; |
794 | | - targetProxy = DDB8127723FA5C380079FEB5 /* PBXContainerItemProxy */; |
| 796 | + targetProxy = DD07933E2412E54500EF65B4 /* PBXContainerItemProxy */; |
| 797 | + }; |
| 798 | + DDB1DF8E240C520C00C20FED /* PBXTargetDependency */ = { |
| 799 | + isa = PBXTargetDependency; |
| 800 | + productRef = DDB1DF8D240C520C00C20FED /* Half */; |
| 801 | + }; |
| 802 | + DDB1DF90240C521000C20FED /* PBXTargetDependency */ = { |
| 803 | + isa = PBXTargetDependency; |
| 804 | + productRef = DDB1DF8F240C521000C20FED /* Half */; |
| 805 | + }; |
| 806 | + DDB1DF92240C521500C20FED /* PBXTargetDependency */ = { |
| 807 | + isa = PBXTargetDependency; |
| 808 | + productRef = DDB1DF91240C521500C20FED /* Half */; |
795 | 809 | }; |
796 | 810 | DDB8127A23FA5C3E0079FEB5 /* PBXTargetDependency */ = { |
797 | 811 | isa = PBXTargetDependency; |
|
1451 | 1465 | defaultConfigurationName = Release; |
1452 | 1466 | }; |
1453 | 1467 | /* End XCConfigurationList section */ |
| 1468 | + |
| 1469 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 1470 | + DDB1DF8A240C51F900C20FED /* XCRemoteSwiftPackageReference "Half" */ = { |
| 1471 | + isa = XCRemoteSwiftPackageReference; |
| 1472 | + repositoryURL = "https://github.com/SomeRandomiOSDev/Half.git"; |
| 1473 | + requirement = { |
| 1474 | + kind = upToNextMajorVersion; |
| 1475 | + minimumVersion = 1.2.0; |
| 1476 | + }; |
| 1477 | + }; |
| 1478 | +/* End XCRemoteSwiftPackageReference section */ |
| 1479 | + |
| 1480 | +/* Begin XCSwiftPackageProductDependency section */ |
| 1481 | + DD0793432412F03000EF65B4 /* Half */ = { |
| 1482 | + isa = XCSwiftPackageProductDependency; |
| 1483 | + package = DDB1DF8A240C51F900C20FED /* XCRemoteSwiftPackageReference "Half" */; |
| 1484 | + productName = Half; |
| 1485 | + }; |
| 1486 | + DD0793452412F03400EF65B4 /* Half */ = { |
| 1487 | + isa = XCSwiftPackageProductDependency; |
| 1488 | + package = DDB1DF8A240C51F900C20FED /* XCRemoteSwiftPackageReference "Half" */; |
| 1489 | + productName = Half; |
| 1490 | + }; |
| 1491 | + DD0793472412F03700EF65B4 /* Half */ = { |
| 1492 | + isa = XCSwiftPackageProductDependency; |
| 1493 | + package = DDB1DF8A240C51F900C20FED /* XCRemoteSwiftPackageReference "Half" */; |
| 1494 | + productName = Half; |
| 1495 | + }; |
| 1496 | + DDB1DF8D240C520C00C20FED /* Half */ = { |
| 1497 | + isa = XCSwiftPackageProductDependency; |
| 1498 | + package = DDB1DF8A240C51F900C20FED /* XCRemoteSwiftPackageReference "Half" */; |
| 1499 | + productName = Half; |
| 1500 | + }; |
| 1501 | + DDB1DF8F240C521000C20FED /* Half */ = { |
| 1502 | + isa = XCSwiftPackageProductDependency; |
| 1503 | + package = DDB1DF8A240C51F900C20FED /* XCRemoteSwiftPackageReference "Half" */; |
| 1504 | + productName = Half; |
| 1505 | + }; |
| 1506 | + DDB1DF91240C521500C20FED /* Half */ = { |
| 1507 | + isa = XCSwiftPackageProductDependency; |
| 1508 | + package = DDB1DF8A240C51F900C20FED /* XCRemoteSwiftPackageReference "Half" */; |
| 1509 | + productName = Half; |
| 1510 | + }; |
| 1511 | +/* End XCSwiftPackageProductDependency section */ |
1454 | 1512 | }; |
1455 | 1513 | rootObject = DDFEEC2A23EF13900096015C /* Project object */; |
1456 | 1514 | } |
0 commit comments