|
112 | 112 | CEFBDAE81B1CE38D000E6F30 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CEFBDAE71B1CE38D000E6F30 /* Images.xcassets */; };
|
113 | 113 | CEFBDAEB1B1CE38D000E6F30 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = CEFBDAE91B1CE38D000E6F30 /* LaunchScreen.xib */; };
|
114 | 114 | CEFBDB191B1DE220000E6F30 /* ColorCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFBDB181B1DE220000E6F30 /* ColorCellView.swift */; };
|
| 115 | + F401F80023B242B7008FB683 /* SwiftUIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F401F7FF23B242B7008FB683 /* SwiftUIColor.swift */; }; |
| 116 | + F401F80123B242B7008FB683 /* SwiftUIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F401F7FF23B242B7008FB683 /* SwiftUIColor.swift */; }; |
| 117 | + F401F80223B242B7008FB683 /* SwiftUIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F401F7FF23B242B7008FB683 /* SwiftUIColor.swift */; }; |
| 118 | + F401F80323B242B7008FB683 /* SwiftUIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F401F7FF23B242B7008FB683 /* SwiftUIColor.swift */; }; |
| 119 | + F401F80423B242B7008FB683 /* SwiftUIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F401F7FF23B242B7008FB683 /* SwiftUIColor.swift */; }; |
| 120 | + F401F80523B242B7008FB683 /* SwiftUIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F401F7FF23B242B7008FB683 /* SwiftUIColor.swift */; }; |
115 | 121 | /* End PBXBuildFile section */
|
116 | 122 |
|
117 | 123 | /* Begin PBXContainerItemProxy section */
|
|
211 | 217 | CEFBDAE71B1CE38D000E6F30 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
212 | 218 | CEFBDAEA1B1CE38D000E6F30 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
|
213 | 219 | CEFBDB181B1DE220000E6F30 /* ColorCellView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorCellView.swift; sourceTree = "<group>"; };
|
| 220 | + F401F7FF23B242B7008FB683 /* SwiftUIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIColor.swift; sourceTree = "<group>"; }; |
214 | 221 | /* End PBXFileReference section */
|
215 | 222 |
|
216 | 223 | /* Begin PBXFrameworksBuildPhase section */
|
|
373 | 380 | CE4E1EFB1D818AB100D2AC35 /* DynamicGradient.swift */,
|
374 | 381 | CEF85A241C84EA5B00DD1A49 /* HSL.swift */,
|
375 | 382 | CE5D647A1D35074B005DEE4E /* Utils.swift */,
|
| 383 | + F401F7FF23B242B7008FB683 /* SwiftUIColor.swift */, |
376 | 384 | );
|
377 | 385 | name = Sources;
|
378 | 386 | path = ../Sources;
|
|
726 | 734 | CE86889A1E2C165D00207CAC /* DynamicColorSpace.swift in Sources */,
|
727 | 735 | CE8688921E2C165D00207CAC /* DynamicColor.swift in Sources */,
|
728 | 736 | CE86889C1E2C165D00207CAC /* HSL.swift in Sources */,
|
| 737 | + F401F80123B242B7008FB683 /* SwiftUIColor.swift in Sources */, |
729 | 738 | CE8688981E2C165D00207CAC /* DynamicColor+RGBA.swift in Sources */,
|
730 | 739 | CE8688961E2C165D00207CAC /* DynamicColor+Lab.swift in Sources */,
|
731 | 740 | CE8688901E2C165D00207CAC /* Array.swift in Sources */,
|
|
747 | 756 | CE8688BA1E2C1AF700207CAC /* DynamicColorSpace.swift in Sources */,
|
748 | 757 | CE8688B21E2C1AF700207CAC /* DynamicColor.swift in Sources */,
|
749 | 758 | CE8688BC1E2C1AF700207CAC /* HSL.swift in Sources */,
|
| 759 | + F401F80223B242B7008FB683 /* SwiftUIColor.swift in Sources */, |
750 | 760 | CE8688B81E2C1AF700207CAC /* DynamicColor+RGBA.swift in Sources */,
|
751 | 761 | CE8688B61E2C1AF700207CAC /* DynamicColor+Lab.swift in Sources */,
|
752 | 762 | CE8688B01E2C1AF700207CAC /* Array.swift in Sources */,
|
|
768 | 778 | CE8688D51E2C1B4800207CAC /* DynamicColorSpace.swift in Sources */,
|
769 | 779 | CE8688CD1E2C1B4800207CAC /* DynamicColor.swift in Sources */,
|
770 | 780 | CE8688D71E2C1B4800207CAC /* HSL.swift in Sources */,
|
| 781 | + F401F80323B242B7008FB683 /* SwiftUIColor.swift in Sources */, |
771 | 782 | CE8688D31E2C1B4800207CAC /* DynamicColor+RGBA.swift in Sources */,
|
772 | 783 | CE8688D11E2C1B4800207CAC /* DynamicColor+Lab.swift in Sources */,
|
773 | 784 | CE8688CB1E2C1B4800207CAC /* Array.swift in Sources */,
|
|
789 | 800 | CE4E1F051D819AEC00D2AC35 /* DynamicColorSpace.swift in Sources */,
|
790 | 801 | CE5D647B1D35074B005DEE4E /* Utils.swift in Sources */,
|
791 | 802 | CE8B86551D2991F000C5A670 /* DynamicColor+XYZ.swift in Sources */,
|
| 803 | + F401F80023B242B7008FB683 /* SwiftUIColor.swift in Sources */, |
792 | 804 | CEAF67871CA2D22E008DC3A2 /* DynamicColor+Deriving.swift in Sources */,
|
793 | 805 | CEF85A261C84EA5B00DD1A49 /* HSL.swift in Sources */,
|
794 | 806 | CE1BD0811DEA01E500E11D77 /* ContrastDisplayContext.swift in Sources */,
|
|
807 | 819 | CE5D64831D35230E005DEE4E /* DynamicColor+Lab.swift in Sources */,
|
808 | 820 | CEEB28E01BE27401001A74E8 /* ColorCellView.swift in Sources */,
|
809 | 821 | CEBD6FEE1D81CD9D00D75349 /* HeaderView.swift in Sources */,
|
| 822 | + F401F80523B242B7008FB683 /* SwiftUIColor.swift in Sources */, |
810 | 823 | CE4E1F071D819AEC00D2AC35 /* DynamicColorSpace.swift in Sources */,
|
811 | 824 | CE5D647D1D35074B005DEE4E /* Utils.swift in Sources */,
|
812 | 825 | CEAF67891CA2D22E008DC3A2 /* DynamicColor+Deriving.swift in Sources */,
|
|
832 | 845 | CE5D64821D35230E005DEE4E /* DynamicColor+Lab.swift in Sources */,
|
833 | 846 | CEFBDAE31B1CE38D000E6F30 /* ViewController.swift in Sources */,
|
834 | 847 | CE5D647C1D35074B005DEE4E /* Utils.swift in Sources */,
|
| 848 | + F401F80423B242B7008FB683 /* SwiftUIColor.swift in Sources */, |
835 | 849 | CE4E1EFD1D818AB100D2AC35 /* DynamicGradient.swift in Sources */,
|
836 | 850 | CEAF67881CA2D22E008DC3A2 /* DynamicColor+Deriving.swift in Sources */,
|
837 | 851 | CE4E1F121D81A6D900D2AC35 /* DynamicColor+HSB.swift in Sources */,
|
|
0 commit comments