|
12 | 12 | CE5D64771D341198005DEE4E /* DynamicColorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CECBCDA71B2B6EEB0047E731 /* DynamicColorTests.swift */; };
|
13 | 13 | CE5D64781D34119A005DEE4E /* DynamicColor+HSLTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8B86431D29875E00C5A670 /* DynamicColor+HSLTests.swift */; };
|
14 | 14 | CE5D64791D34119C005DEE4E /* DynamicColor+RGBATests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8B86441D29875E00C5A670 /* DynamicColor+RGBATests.swift */; };
|
| 15 | + CE5D647B1D35074B005DEE4E /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5D647A1D35074B005DEE4E /* Utils.swift */; }; |
| 16 | + CE5D647C1D35074B005DEE4E /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5D647A1D35074B005DEE4E /* Utils.swift */; }; |
| 17 | + CE5D647D1D35074B005DEE4E /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5D647A1D35074B005DEE4E /* Utils.swift */; }; |
| 18 | + CE5D647E1D35074B005DEE4E /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5D647A1D35074B005DEE4E /* Utils.swift */; }; |
| 19 | + CE5D647F1D350754005DEE4E /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5D647A1D35074B005DEE4E /* Utils.swift */; }; |
15 | 20 | CE8B86451D29875E00C5A670 /* DynamicColor+HSLTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8B86431D29875E00C5A670 /* DynamicColor+HSLTests.swift */; };
|
16 | 21 | CE8B86461D29875E00C5A670 /* DynamicColor+RGBATests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8B86441D29875E00C5A670 /* DynamicColor+RGBATests.swift */; };
|
17 | 22 | CE8B86481D29884400C5A670 /* XCTTestCaseTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE8B86471D29884400C5A670 /* XCTTestCaseTemplate.swift */; };
|
|
99 | 104 |
|
100 | 105 | /* Begin PBXFileReference section */
|
101 | 106 | CE5D64741D33F81B005DEE4E /* DynamicColor+XYZTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "DynamicColor+XYZTests.swift"; path = "../../Tests/DynamicColor+XYZTests.swift"; sourceTree = "<group>"; };
|
| 107 | + CE5D647A1D35074B005DEE4E /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
102 | 108 | CE8B86431D29875E00C5A670 /* DynamicColor+HSLTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "DynamicColor+HSLTests.swift"; path = "../../Tests/DynamicColor+HSLTests.swift"; sourceTree = "<group>"; };
|
103 | 109 | CE8B86441D29875E00C5A670 /* DynamicColor+RGBATests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "DynamicColor+RGBATests.swift"; path = "../../Tests/DynamicColor+RGBATests.swift"; sourceTree = "<group>"; };
|
104 | 110 | CE8B86471D29884400C5A670 /* XCTTestCaseTemplate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XCTTestCaseTemplate.swift; sourceTree = "<group>"; };
|
|
240 | 246 | CEAF678C1CA2D342008DC3A2 /* DynamicColor+RGBA.swift */,
|
241 | 247 | CE8B86541D2991F000C5A670 /* DynamicColor+XYZ.swift */,
|
242 | 248 | CEF85A241C84EA5B00DD1A49 /* HSL.swift */,
|
| 249 | + CE5D647A1D35074B005DEE4E /* Utils.swift */, |
243 | 250 | );
|
244 | 251 | name = DynamicColor;
|
245 | 252 | path = ../Sources;
|
|
504 | 511 | CEF85A251C84EA5B00DD1A49 /* DynamicColor.swift in Sources */,
|
505 | 512 | CEAF678D1CA2D342008DC3A2 /* DynamicColor+RGBA.swift in Sources */,
|
506 | 513 | CEF02EED1D2984CD00D810B9 /* DynamicColor+HSL.swift in Sources */,
|
| 514 | + CE5D647B1D35074B005DEE4E /* Utils.swift in Sources */, |
507 | 515 | CE8B86551D2991F000C5A670 /* DynamicColor+XYZ.swift in Sources */,
|
508 | 516 | CEAF67871CA2D22E008DC3A2 /* DynamicColor+Deriving.swift in Sources */,
|
509 | 517 | CEF85A261C84EA5B00DD1A49 /* HSL.swift in Sources */,
|
|
525 | 533 | CEAF67901CA2D342008DC3A2 /* DynamicColor+RGBA.swift in Sources */,
|
526 | 534 | CE8B86451D29875E00C5A670 /* DynamicColor+HSLTests.swift in Sources */,
|
527 | 535 | CE5D64751D33F81B005DEE4E /* DynamicColor+XYZTests.swift in Sources */,
|
| 536 | + CE5D647E1D35074B005DEE4E /* Utils.swift in Sources */, |
528 | 537 | );
|
529 | 538 | runOnlyForDeploymentPostprocessing = 0;
|
530 | 539 | };
|
|
543 | 552 | CEF85A2D1C84EA6800DD1A49 /* DynamicColor.swift in Sources */,
|
544 | 553 | CE5D64761D341105005DEE4E /* DynamicColor+XYZTests.swift in Sources */,
|
545 | 554 | CE5D64791D34119C005DEE4E /* DynamicColor+RGBATests.swift in Sources */,
|
| 555 | + CE5D647F1D350754005DEE4E /* Utils.swift in Sources */, |
546 | 556 | );
|
547 | 557 | runOnlyForDeploymentPostprocessing = 0;
|
548 | 558 | };
|
|
555 | 565 | CEF85A291C84EA6700DD1A49 /* DynamicColor.swift in Sources */,
|
556 | 566 | CEAF678F1CA2D342008DC3A2 /* DynamicColor+RGBA.swift in Sources */,
|
557 | 567 | CEEB28E01BE27401001A74E8 /* ColorCellView.swift in Sources */,
|
| 568 | + CE5D647D1D35074B005DEE4E /* Utils.swift in Sources */, |
558 | 569 | CEAF67891CA2D22E008DC3A2 /* DynamicColor+Deriving.swift in Sources */,
|
559 | 570 | CE8B86571D2991F000C5A670 /* DynamicColor+XYZ.swift in Sources */,
|
560 | 571 | CEEB28D21BE27340001A74E8 /* AppDelegate.swift in Sources */,
|
|
571 | 582 | CEF85A271C84EA6600DD1A49 /* DynamicColor.swift in Sources */,
|
572 | 583 | CEAF678E1CA2D342008DC3A2 /* DynamicColor+RGBA.swift in Sources */,
|
573 | 584 | CEFBDAE31B1CE38D000E6F30 /* ViewController.swift in Sources */,
|
| 585 | + CE5D647C1D35074B005DEE4E /* Utils.swift in Sources */, |
574 | 586 | CEAF67881CA2D22E008DC3A2 /* DynamicColor+Deriving.swift in Sources */,
|
575 | 587 | CE8B86561D2991F000C5A670 /* DynamicColor+XYZ.swift in Sources */,
|
576 | 588 | CEFBDAE11B1CE38D000E6F30 /* AppDelegate.swift in Sources */,
|
|
0 commit comments