|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 0509117B20E50608009EF90C /* ColorSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 0509117A20E50608009EF90C /* ColorSet.m */; }; |
| 11 | + 0509117E20E5065C009EF90C /* ColorPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 0509117C20E5065C009EF90C /* ColorPair.m */; }; |
| 12 | + 050911A420E52272009EF90C /* ColorSetStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 050911A320E52272009EF90C /* ColorSetStream.m */; }; |
10 | 13 | 0530C41F20E10FEA00F5B259 /* ArrayIsEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0530C41E20E10FEA00F5B259 /* ArrayIsEmpty.swift */; }; |
11 | 14 | 0530C42120E1112C00F5B259 /* ArrayIsNotEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0530C42020E1112C00F5B259 /* ArrayIsNotEmpty.swift */; }; |
12 | 15 | 0530C42320E1213500F5B259 /* NSView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0530C42220E1213500F5B259 /* NSView.swift */; }; |
|
26 | 29 | /* End PBXBuildFile section */ |
27 | 30 |
|
28 | 31 | /* Begin PBXFileReference section */ |
| 32 | + 0509117920E50608009EF90C /* ColorSet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ColorSet.h; sourceTree = "<group>"; }; |
| 33 | + 0509117A20E50608009EF90C /* ColorSet.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ColorSet.m; sourceTree = "<group>"; }; |
| 34 | + 0509117C20E5065C009EF90C /* ColorPair.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ColorPair.m; sourceTree = "<group>"; }; |
| 35 | + 0509117D20E5065C009EF90C /* ColorPair.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ColorPair.h; sourceTree = "<group>"; }; |
| 36 | + 050911A220E52272009EF90C /* ColorSetStream.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ColorSetStream.h; sourceTree = "<group>"; }; |
| 37 | + 050911A320E52272009EF90C /* ColorSetStream.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ColorSetStream.m; sourceTree = "<group>"; }; |
29 | 38 | 0530C41E20E10FEA00F5B259 /* ArrayIsEmpty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrayIsEmpty.swift; sourceTree = "<group>"; }; |
30 | 39 | 0530C42020E1112C00F5B259 /* ArrayIsNotEmpty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrayIsNotEmpty.swift; sourceTree = "<group>"; }; |
31 | 40 | 0530C42220E1213500F5B259 /* NSView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSView.swift; sourceTree = "<group>"; }; |
|
92 | 101 | children = ( |
93 | 102 | 05D11ECB20E13E0800A621B5 /* AboutWindowController.swift */, |
94 | 103 | 0543AE7420DC33DF00284E99 /* ApplicationDelegate.swift */, |
95 | | - 0543AE7C20DC345200284E99 /* MainWindowController.swift */, |
96 | | - 0543AE8120DC382A00284E99 /* ColorItem.swift */, |
97 | | - 0543AE9D20E0FFD000284E99 /* ColorView.swift */, |
98 | 104 | 0530C41E20E10FEA00F5B259 /* ArrayIsEmpty.swift */, |
99 | 105 | 0530C42020E1112C00F5B259 /* ArrayIsNotEmpty.swift */, |
100 | | - 0530C42220E1213500F5B259 /* NSView.swift */, |
| 106 | + 05D11EC020E1359C00A621B5 /* ColorComponent.swift */, |
| 107 | + 0543AE8120DC382A00284E99 /* ColorItem.swift */, |
| 108 | + 0509117D20E5065C009EF90C /* ColorPair.h */, |
| 109 | + 0509117C20E5065C009EF90C /* ColorPair.m */, |
| 110 | + 0530C42420E1305B00F5B259 /* ColorSet-Bridging-Header.h */, |
| 111 | + 0509117920E50608009EF90C /* ColorSet.h */, |
| 112 | + 0509117A20E50608009EF90C /* ColorSet.m */, |
| 113 | + 050911A220E52272009EF90C /* ColorSetStream.h */, |
| 114 | + 050911A320E52272009EF90C /* ColorSetStream.m */, |
| 115 | + 0543AE9D20E0FFD000284E99 /* ColorView.swift */, |
101 | 116 | 0530C42520E1305B00F5B259 /* Exception.h */, |
102 | 117 | 0530C42620E1305B00F5B259 /* Exception.m */, |
103 | | - 05D11EC020E1359C00A621B5 /* ColorComponent.swift */, |
104 | 118 | 0564590120E4DDFD001EA86F /* HexColor.swift */, |
105 | | - 0530C42420E1305B00F5B259 /* ColorSet-Bridging-Header.h */, |
| 119 | + 0543AE7C20DC345200284E99 /* MainWindowController.swift */, |
| 120 | + 0530C42220E1213500F5B259 /* NSView.swift */, |
106 | 121 | ); |
107 | 122 | path = Classes; |
108 | 123 | sourceTree = "<group>"; |
|
202 | 217 | 05D11ECC20E13E0900A621B5 /* AboutWindowController.swift in Sources */, |
203 | 218 | 0564590220E4DDFD001EA86F /* HexColor.swift in Sources */, |
204 | 219 | 0543AE9E20E0FFD000284E99 /* ColorView.swift in Sources */, |
| 220 | + 050911A420E52272009EF90C /* ColorSetStream.m in Sources */, |
| 221 | + 0509117E20E5065C009EF90C /* ColorPair.m in Sources */, |
| 222 | + 0509117B20E50608009EF90C /* ColorSet.m in Sources */, |
205 | 223 | 0543AE8220DC382A00284E99 /* ColorItem.swift in Sources */, |
206 | 224 | 0530C41F20E10FEA00F5B259 /* ArrayIsEmpty.swift in Sources */, |
207 | 225 | 0530C42120E1112C00F5B259 /* ArrayIsNotEmpty.swift in Sources */, |
|
0 commit comments