|
11 | 11 | 05206B7D2DDFC1F900550A87 /* InfoSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05206B7C2DDFC1F500550A87 /* InfoSection.swift */; }; |
12 | 12 | 05206B892DE06ED800550A87 /* SingleLineString.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05206B882DE06ED400550A87 /* SingleLineString.swift */; }; |
13 | 13 | 05206B8C2DE0A0E800550A87 /* NSAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05206B8B2DE0A0E500550A87 /* NSAlert.swift */; }; |
| 14 | + 05206B8F2DE0C41C00550A87 /* ImageRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05206B8E2DE0C41800550A87 /* ImageRenderer.swift */; }; |
| 15 | + 05206B912DE0C4D300550A87 /* RuntimeError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05206B902DE0C4D000550A87 /* RuntimeError.swift */; }; |
14 | 16 | 056E5C512DDF1356003254C7 /* SwiftFITS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 056E5C452DDF104D003254C7 /* SwiftFITS.framework */; }; |
15 | 17 | 056E5C522DDF1356003254C7 /* SwiftFITS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 056E5C452DDF104D003254C7 /* SwiftFITS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
16 | 18 | 056E5C5B2DDF9696003254C7 /* MainWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 056E5C5A2DDF9693003254C7 /* MainWindowController.swift */; }; |
|
27 | 29 | 0587FF132DDE64E0005DECEF /* FITScopeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0587FF112DDE64E0005DECEF /* FITScopeTests.swift */; }; |
28 | 30 | 0587FF172DDE64E3005DECEF /* FITScopeUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0587FF142DDE64E3005DECEF /* FITScopeUITests.swift */; }; |
29 | 31 | 0587FF182DDE64E3005DECEF /* FITScopeUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0587FF152DDE64E3005DECEF /* FITScopeUITestsLaunchTests.swift */; }; |
| 32 | + 05A6F2642DE448A000E83D5A /* UnsafeSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05A6F2632DE4489B00E83D5A /* UnsafeSendable.swift */; }; |
| 33 | + 05A6F2892DE4CE6A00E83D5A /* Debayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05A6F2882DE4CE6900E83D5A /* Debayer.swift */; }; |
| 34 | + 05A6F28D2DE4DD1E00E83D5A /* Benchmark.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05A6F28C2DE4DD1800E83D5A /* Benchmark.swift */; }; |
30 | 35 | /* End PBXBuildFile section */ |
31 | 36 |
|
32 | 37 | /* Begin PBXContainerItemProxy section */ |
|
72 | 77 | 05206B7C2DDFC1F500550A87 /* InfoSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoSection.swift; sourceTree = "<group>"; }; |
73 | 78 | 05206B882DE06ED400550A87 /* SingleLineString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleLineString.swift; sourceTree = "<group>"; }; |
74 | 79 | 05206B8B2DE0A0E500550A87 /* NSAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSAlert.swift; sourceTree = "<group>"; }; |
| 80 | + 05206B8E2DE0C41800550A87 /* ImageRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageRenderer.swift; sourceTree = "<group>"; }; |
| 81 | + 05206B902DE0C4D000550A87 /* RuntimeError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RuntimeError.swift; sourceTree = "<group>"; }; |
75 | 82 | 053BEAA22DDDDDA800EF0C79 /* FITScope.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FITScope.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | 83 | 053BEAB12DDDDDA900EF0C79 /* FITScopeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FITScopeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
77 | 84 | 053BEABB2DDDDDA900EF0C79 /* FITScopeUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FITScopeUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
143 | 150 | 0587FF112DDE64E0005DECEF /* FITScopeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FITScopeTests.swift; sourceTree = "<group>"; }; |
144 | 151 | 0587FF142DDE64E3005DECEF /* FITScopeUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FITScopeUITests.swift; sourceTree = "<group>"; }; |
145 | 152 | 0587FF152DDE64E3005DECEF /* FITScopeUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FITScopeUITestsLaunchTests.swift; sourceTree = "<group>"; }; |
| 153 | + 05A6F2632DE4489B00E83D5A /* UnsafeSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnsafeSendable.swift; sourceTree = "<group>"; }; |
| 154 | + 05A6F2882DE4CE6900E83D5A /* Debayer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Debayer.swift; sourceTree = "<group>"; }; |
| 155 | + 05A6F28C2DE4DD1800E83D5A /* Benchmark.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Benchmark.swift; sourceTree = "<group>"; }; |
146 | 156 | /* End PBXFileReference section */ |
147 | 157 |
|
148 | 158 | /* Begin PBXFrameworksBuildPhase section */ |
|
180 | 190 | path = Extensions; |
181 | 191 | sourceTree = "<group>"; |
182 | 192 | }; |
| 193 | + 05206B8D2DE0C41000550A87 /* Image */ = { |
| 194 | + isa = PBXGroup; |
| 195 | + children = ( |
| 196 | + 05206B8E2DE0C41800550A87 /* ImageRenderer.swift */, |
| 197 | + 05A6F2882DE4CE6900E83D5A /* Debayer.swift */, |
| 198 | + ); |
| 199 | + path = Image; |
| 200 | + sourceTree = "<group>"; |
| 201 | + }; |
183 | 202 | 053BEA992DDDDDA800EF0C79 = { |
184 | 203 | isa = PBXGroup; |
185 | 204 | children = ( |
|
396 | 415 | 056E5C632DDFA8E2003254C7 /* Utility */ = { |
397 | 416 | isa = PBXGroup; |
398 | 417 | children = ( |
| 418 | + 05A6F28C2DE4DD1800E83D5A /* Benchmark.swift */, |
399 | 419 | 056E5C6C2DDFAD04003254C7 /* GitHubUpdater.swift */, |
| 420 | + 05206B902DE0C4D000550A87 /* RuntimeError.swift */, |
400 | 421 | 05206B882DE06ED400550A87 /* SingleLineString.swift */, |
| 422 | + 05A6F2632DE4489B00E83D5A /* UnsafeSendable.swift */, |
401 | 423 | ); |
402 | 424 | path = Utility; |
403 | 425 | sourceTree = "<group>"; |
|
428 | 450 | 056E5C672DDFAA78003254C7 /* AboutWindow */, |
429 | 451 | 056E5C4A2DDF11D0003254C7 /* Application */, |
430 | 452 | 05206B8A2DE0A0D900550A87 /* Extensions */, |
| 453 | + 05206B8D2DE0C41000550A87 /* Image */, |
431 | 454 | 056E5C6E2DDFBDB6003254C7 /* InfoWindow */, |
432 | 455 | 056E5C592DDF9689003254C7 /* MainWindow */, |
433 | 456 | 056E5C632DDFA8E2003254C7 /* Utility */, |
|
611 | 634 | buildActionMask = 2147483647; |
612 | 635 | files = ( |
613 | 636 | 056E5C652DDFA8EE003254C7 /* UTType.swift in Sources */, |
| 637 | + 05A6F2642DE448A000E83D5A /* UnsafeSendable.swift in Sources */, |
614 | 638 | 05206B7B2DDFC1F200550A87 /* InfoField.swift in Sources */, |
615 | 639 | 056E5C702DDFBDD2003254C7 /* InfoWindowController.swift in Sources */, |
| 640 | + 05206B912DE0C4D300550A87 /* RuntimeError.swift in Sources */, |
616 | 641 | 05206B8C2DE0A0E800550A87 /* NSAlert.swift in Sources */, |
| 642 | + 05A6F28D2DE4DD1E00E83D5A /* Benchmark.swift in Sources */, |
617 | 643 | 056E5C6B2DDFAA9F003254C7 /* AboutWindowController.swift in Sources */, |
618 | 644 | 056E5C5B2DDF9696003254C7 /* MainWindowController.swift in Sources */, |
| 645 | + 05A6F2892DE4CE6A00E83D5A /* Debayer.swift in Sources */, |
619 | 646 | 05206B7D2DDFC1F900550A87 /* InfoSection.swift in Sources */, |
620 | 647 | 056E5C6D2DDFAD04003254C7 /* GitHubUpdater.swift in Sources */, |
621 | 648 | 05206B892DE06ED800550A87 /* SingleLineString.swift in Sources */, |
| 649 | + 05206B8F2DE0C41C00550A87 /* ImageRenderer.swift in Sources */, |
622 | 650 | 0587FF102DDE64DF005DECEF /* ApplicationDelegate.swift in Sources */, |
623 | 651 | ); |
624 | 652 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments