|
48 | 48 | 05D11ECA20E13DFF00A621B5 /* ColorSet.AboutWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 05D11EC820E13DFF00A621B5 /* ColorSet.AboutWindowController.xib */; }; |
49 | 49 | 05D11ECC20E13E0900A621B5 /* AboutWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D11ECB20E13E0800A621B5 /* AboutWindowController.swift */; }; |
50 | 50 | 05D11ECE20E165FB00A621B5 /* File.icns in Resources */ = {isa = PBXBuildFile; fileRef = 05D11ECD20E165FB00A621B5 /* File.icns */; }; |
| 51 | + 05DB415323846DCB0026C565 /* DictionaryRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05DB415223846DCB0026C565 /* DictionaryRepresentable.swift */; }; |
| 52 | + 05DB415723847CE80026C565 /* SaveAsOptionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05DB415623847CE80026C565 /* SaveAsOptionsViewController.swift */; }; |
| 53 | + 05DB415A23847CF80026C565 /* ColorSet.SaveAsOptionsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 05DB415823847CF80026C565 /* ColorSet.SaveAsOptionsViewController.xib */; }; |
51 | 54 | /* End PBXBuildFile section */ |
52 | 55 |
|
53 | 56 | /* Begin PBXContainerItemProxy section */ |
|
171 | 174 | 05D11EC920E13DFF00A621B5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ColorSet.AboutWindowController.xib; sourceTree = "<group>"; }; |
172 | 175 | 05D11ECB20E13E0800A621B5 /* AboutWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AboutWindowController.swift; sourceTree = "<group>"; }; |
173 | 176 | 05D11ECD20E165FB00A621B5 /* File.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = File.icns; sourceTree = "<group>"; }; |
| 177 | + 05DB415223846DCB0026C565 /* DictionaryRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DictionaryRepresentable.swift; sourceTree = "<group>"; }; |
| 178 | + 05DB415623847CE80026C565 /* SaveAsOptionsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SaveAsOptionsViewController.swift; sourceTree = "<group>"; }; |
| 179 | + 05DB415923847CF80026C565 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ColorSet.SaveAsOptionsViewController.xib; sourceTree = "<group>"; }; |
174 | 180 | /* End PBXFileReference section */ |
175 | 181 |
|
176 | 182 | /* Begin PBXFrameworksBuildPhase section */ |
|
330 | 336 | 05A6D8C8234107B30079AF3B /* LightnessPair.swift */, |
331 | 337 | 0544CC0C2273466C004A2499 /* ColorSetStream.swift */, |
332 | 338 | 0544CBF52273199C004A2499 /* ColorSet.swift */, |
| 339 | + 05DB415223846DCB0026C565 /* DictionaryRepresentable.swift */, |
333 | 340 | ); |
334 | 341 | path = ColorSetKit; |
335 | 342 | sourceTree = "<group>"; |
|
379 | 386 | 0543AE8120DC382A00284E99 /* ColorItem.swift */, |
380 | 387 | 0530C42420E1305B00F5B259 /* ColorSet-Bridging-Header.h */, |
381 | 388 | 0543AE9D20E0FFD000284E99 /* ColorView.swift */, |
| 389 | + 0556FA6C2342796C00EB91DB /* DrawingView.swift */, |
382 | 390 | 0530C42520E1305B00F5B259 /* Exception.h */, |
383 | 391 | 0530C42620E1305B00F5B259 /* Exception.m */, |
384 | 392 | 059F8C77233CDB3300C9B83F /* HColorComponent.swift */, |
|
389 | 397 | 05A6D896233F8A300079AF3B /* LightnessString.swift */, |
390 | 398 | 0543AE7C20DC345200284E99 /* MainWindowController.swift */, |
391 | 399 | 0530C42220E1213500F5B259 /* NSView.swift */, |
392 | | - 05D11EC020E1359C00A621B5 /* RGBColorComponent.swift */, |
393 | | - 059F8C78233CDB3300C9B83F /* SLColorComponent.swift */, |
394 | | - 0556FA66234275CF00EB91DB /* PaletteViewController.swift */, |
395 | 400 | 0556FA6D2342796C00EB91DB /* PaletteColorInfo.swift */, |
396 | 401 | 0556FA6B2342796C00EB91DB /* PaletteColorItem.swift */, |
397 | | - 0556FA6C2342796C00EB91DB /* DrawingView.swift */, |
| 402 | + 0556FA66234275CF00EB91DB /* PaletteViewController.swift */, |
| 403 | + 05D11EC020E1359C00A621B5 /* RGBColorComponent.swift */, |
| 404 | + 05DB415623847CE80026C565 /* SaveAsOptionsViewController.swift */, |
| 405 | + 059F8C78233CDB3300C9B83F /* SLColorComponent.swift */, |
398 | 406 | ); |
399 | 407 | path = Classes; |
400 | 408 | sourceTree = "<group>"; |
|
406 | 414 | 05A6D8C32340EA880079AF3B /* ColorSet.LightnessPairCollectionViewItem.xib */, |
407 | 415 | 05A6D893233F805C0079AF3B /* ColorSet.LightnessPairWindowController.xib */, |
408 | 416 | 0543AE7E20DC35CC00284E99 /* ColorSet.MainWindowController.xib */, |
409 | | - 0556FA7123427DE500EB91DB /* PaletteColorItem.xib */, |
410 | 417 | 0556FA682342761000EB91DB /* ColorSet.PaletteViewController.xib */, |
| 418 | + 05DB415823847CF80026C565 /* ColorSet.SaveAsOptionsViewController.xib */, |
411 | 419 | 05D11ECD20E165FB00A621B5 /* File.icns */, |
412 | 420 | 05D11EC620E13B9400A621B5 /* Icon.icns */, |
413 | 421 | 0543AE7720DC33DF00284E99 /* MainMenu.xib */, |
| 422 | + 0556FA7123427DE500EB91DB /* PaletteColorItem.xib */, |
414 | 423 | ); |
415 | 424 | path = Interface; |
416 | 425 | sourceTree = "<group>"; |
|
575 | 584 | 05D11EC720E13B9400A621B5 /* Icon.icns in Resources */, |
576 | 585 | 0556FA6A2342761000EB91DB /* ColorSet.PaletteViewController.xib in Resources */, |
577 | 586 | 0543AE8020DC35CC00284E99 /* ColorSet.MainWindowController.xib in Resources */, |
| 587 | + 05DB415A23847CF80026C565 /* ColorSet.SaveAsOptionsViewController.xib in Resources */, |
578 | 588 | 0556FA7323427DE500EB91DB /* PaletteColorItem.xib in Resources */, |
579 | 589 | 05D11ECE20E165FB00A621B5 /* File.icns in Resources */, |
580 | 590 | 0543AE7B20DC33DF00284E99 /* MainMenu.xib in Resources */, |
|
631 | 641 | 0543AE8220DC382A00284E99 /* ColorItem.swift in Sources */, |
632 | 642 | 0556FA6F2342796C00EB91DB /* DrawingView.swift in Sources */, |
633 | 643 | 0556FA6E2342796C00EB91DB /* PaletteColorItem.swift in Sources */, |
| 644 | + 05DB415723847CE80026C565 /* SaveAsOptionsViewController.swift in Sources */, |
634 | 645 | 05A6D897233F8A300079AF3B /* LightnessString.swift in Sources */, |
635 | 646 | 05A6D8C22340EA740079AF3B /* LightnessPairCollectionViewItem.swift in Sources */, |
636 | 647 | 0530C41F20E10FEA00F5B259 /* ArrayIsEmpty.swift in Sources */, |
|
659 | 670 | files = ( |
660 | 671 | 0544CBF62273199C004A2499 /* ColorSet.swift in Sources */, |
661 | 672 | 0544CBF422731990004A2499 /* ColorPair.swift in Sources */, |
| 673 | + 05DB415323846DCB0026C565 /* DictionaryRepresentable.swift in Sources */, |
662 | 674 | 0544CC0D2273466C004A2499 /* ColorSetStream.swift in Sources */, |
663 | 675 | 05A6D8C9234107B30079AF3B /* LightnessPair.swift in Sources */, |
664 | 676 | 05A6D8C7234107A40079AF3B /* LightnessVariant.swift in Sources */, |
|
738 | 750 | name = ColorSet.AboutWindowController.xib; |
739 | 751 | sourceTree = "<group>"; |
740 | 752 | }; |
| 753 | + 05DB415823847CF80026C565 /* ColorSet.SaveAsOptionsViewController.xib */ = { |
| 754 | + isa = PBXVariantGroup; |
| 755 | + children = ( |
| 756 | + 05DB415923847CF80026C565 /* Base */, |
| 757 | + ); |
| 758 | + name = ColorSet.SaveAsOptionsViewController.xib; |
| 759 | + sourceTree = "<group>"; |
| 760 | + }; |
741 | 761 | /* End PBXVariantGroup section */ |
742 | 762 |
|
743 | 763 | /* Begin XCBuildConfiguration section */ |
|
0 commit comments