|
56 | 56 | 05744ED628EC2EDB00A88503 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05744ED528EC2EDB00A88503 /* String.swift */; }; |
57 | 57 | 05744ED728EC2EDB00A88503 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05744ED528EC2EDB00A88503 /* String.swift */; }; |
58 | 58 | 0594D0022FE1203B002650F9 /* ConfigurationWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0594D0012FE1203B002650F9 /* ConfigurationWindowController.xib */; }; |
59 | | - 05BED21A28EC4A2A008039F6 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05BED21928EC4A2A008039F6 /* Task.swift */; }; |
60 | | - 05BED21B28EC4A2A008039F6 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05BED21928EC4A2A008039F6 /* Task.swift */; }; |
| 59 | + 05BED21A28EC4A2A008039F6 /* ProcessTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05BED21928EC4A2A008039F6 /* ProcessTask.swift */; }; |
| 60 | + 05BED21B28EC4A2A008039F6 /* ProcessTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05BED21928EC4A2A008039F6 /* ProcessTask.swift */; }; |
61 | 61 | 05C2595E28EC8233008BDDDE /* XcodeFormat.workflow in Resources */ = {isa = PBXBuildFile; fileRef = 05C2595B28EC8233008BDDDE /* XcodeFormat.workflow */; }; |
62 | 62 | 1FC94E1B2C6A97C099672427 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754426165B1A6F7B9A8AA57D /* Cocoa.framework */; }; |
63 | 63 | 22A6089A621DED5B56E879A7 /* ConfigurationURLError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EF3AB7428EF979DDF19D7B6 /* ConfigurationURLError.swift */; }; |
64 | 64 | 393AAC40E0670389A6DA1F01 /* FormatterOutcome.swift in Sources */ = {isa = PBXBuildFile; fileRef = B525D96BC0786913A529715D /* FormatterOutcome.swift */; }; |
65 | 65 | 3D5B82DA28BD1E95AA93253A /* CursorPositionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D7074E40EFC210EB5BEF6A5 /* CursorPositionTests.swift */; }; |
66 | 66 | 415B69E897EF098F1D497C6B /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05744ED528EC2EDB00A88503 /* String.swift */; }; |
67 | | - 422C428BA7CBC2B94FD892A0 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05BED21928EC4A2A008039F6 /* Task.swift */; }; |
| 67 | + 422C428BA7CBC2B94FD892A0 /* ProcessTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05BED21928EC4A2A008039F6 /* ProcessTask.swift */; }; |
68 | 68 | 42625EB1C14BE557D2C884C0 /* FormatterOutcomeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8EAF9AF3502DEDA70432E27 /* FormatterOutcomeTests.swift */; }; |
69 | 69 | 430C2F21B01A0C20B2A0B41D /* FormatterErrorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B49163E30C3B9E7BC97B7C6 /* FormatterErrorTests.swift */; }; |
70 | 70 | 520812B973DDE22F15845E54 /* FormatterError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB18C081049DED53951BA35 /* FormatterError.swift */; }; |
71 | 71 | 52C07AA4ACA79DEA083917ED /* URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05744ECD28EC2E5000A88503 /* URL.swift */; }; |
72 | | - 54AF1A10772285FD73793431 /* TaskTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 913F32B63DB056684754D787 /* TaskTests.swift */; }; |
| 72 | + 54AF1A10772285FD73793431 /* ProcessTaskTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 913F32B63DB056684754D787 /* ProcessTaskTests.swift */; }; |
73 | 73 | 5D1B0EB0A339B282FE2884BB /* FormatterOutcome.swift in Sources */ = {isa = PBXBuildFile; fileRef = B525D96BC0786913A529715D /* FormatterOutcome.swift */; }; |
74 | 74 | 6AF1DB0943F9AA065EA80860 /* URLTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B907F7DC445EA71845A03EE9 /* URLTests.swift */; }; |
75 | 75 | 6CE2C56F18102DBE76DAA3AD /* UncrustifyLanguageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9872753262CE5731D808C3E0 /* UncrustifyLanguageTests.swift */; }; |
|
257 | 257 | 05744ED228EC2ED400A88503 /* Data.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; }; |
258 | 258 | 05744ED528EC2EDB00A88503 /* String.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; }; |
259 | 259 | 0594D0002FE1203B002650F9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/ConfigurationWindowController.xib; sourceTree = "<group>"; }; |
260 | | - 05BED21928EC4A2A008039F6 /* Task.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Task.swift; sourceTree = "<group>"; }; |
| 260 | + 05BED21928EC4A2A008039F6 /* ProcessTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProcessTask.swift; sourceTree = "<group>"; }; |
261 | 261 | 05C2595B28EC8233008BDDDE /* XcodeFormat.workflow */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = XcodeFormat.workflow; sourceTree = "<group>"; }; |
262 | 262 | 063A2606544CBB8F999B2511 /* ConfigurationURLTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ConfigurationURLTests.swift; sourceTree = "<group>"; }; |
263 | 263 | 156C3284ADF849DBE528A272 /* UncrustifyLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UncrustifyLanguage.swift; sourceTree = "<group>"; }; |
|
269 | 269 | 4D7074E40EFC210EB5BEF6A5 /* CursorPositionTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CursorPositionTests.swift; sourceTree = "<group>"; }; |
270 | 270 | 754426165B1A6F7B9A8AA57D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; |
271 | 271 | 78DA3F1F404A081C0DE85CA4 /* ConfigurationTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ConfigurationTests.swift; sourceTree = "<group>"; }; |
272 | | - 913F32B63DB056684754D787 /* TaskTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TaskTests.swift; sourceTree = "<group>"; }; |
| 272 | + 913F32B63DB056684754D787 /* ProcessTaskTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ProcessTaskTests.swift; sourceTree = "<group>"; }; |
273 | 273 | 9872753262CE5731D808C3E0 /* UncrustifyLanguageTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = UncrustifyLanguageTests.swift; sourceTree = "<group>"; }; |
274 | 274 | B525D96BC0786913A529715D /* FormatterOutcome.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = FormatterOutcome.swift; sourceTree = "<group>"; }; |
275 | 275 | B907F7DC445EA71845A03EE9 /* URLTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = URLTests.swift; sourceTree = "<group>"; }; |
|
565 | 565 | 050E0F6128EB66390080C562 /* Configuration.swift */, |
566 | 566 | 05C2595F28EC8A5C008BDDDE /* Extensions */, |
567 | 567 | 050E0F5E28EB65BA0080C562 /* Preferences.swift */, |
568 | | - 05BED21928EC4A2A008039F6 /* Task.swift */, |
| 568 | + 05BED21928EC4A2A008039F6 /* ProcessTask.swift */, |
569 | 569 | 156C3284ADF849DBE528A272 /* UncrustifyLanguage.swift */, |
570 | 570 | B525D96BC0786913A529715D /* FormatterOutcome.swift */, |
571 | 571 | 3BB18C081049DED53951BA35 /* FormatterError.swift */, |
|
608 | 608 | children = ( |
609 | 609 | B907F7DC445EA71845A03EE9 /* URLTests.swift */, |
610 | 610 | 78DA3F1F404A081C0DE85CA4 /* ConfigurationTests.swift */, |
611 | | - 913F32B63DB056684754D787 /* TaskTests.swift */, |
| 611 | + 913F32B63DB056684754D787 /* ProcessTaskTests.swift */, |
612 | 612 | 9872753262CE5731D808C3E0 /* UncrustifyLanguageTests.swift */, |
613 | 613 | D8EAF9AF3502DEDA70432E27 /* FormatterOutcomeTests.swift */, |
614 | 614 | 3B49163E30C3B9E7BC97B7C6 /* FormatterErrorTests.swift */, |
|
810 | 810 | 050E0F6928EB84C90080C562 /* ConfigurationWindowController.swift in Sources */, |
811 | 811 | 050E0E4028EB307B0080C562 /* ApplicationDelegate.swift in Sources */, |
812 | 812 | 050E0F1628EB3FB20080C562 /* CreditViewController.swift in Sources */, |
813 | | - 05BED21A28EC4A2A008039F6 /* Task.swift in Sources */, |
| 813 | + 05BED21A28EC4A2A008039F6 /* ProcessTask.swift in Sources */, |
814 | 814 | 050E0F6728EB83CC0080C562 /* ArrayIsNotEmpty.swift in Sources */, |
815 | 815 | 050E0F1728EB3FB20080C562 /* AboutWindowController.swift in Sources */, |
816 | 816 | 0527679728EC1DE60019311B /* FileManager.swift in Sources */, |
|
843 | 843 | 050E0F6028EB65BA0080C562 /* Preferences.swift in Sources */, |
844 | 844 | 05744ED428EC2ED400A88503 /* Data.swift in Sources */, |
845 | 845 | 05744ED728EC2EDB00A88503 /* String.swift in Sources */, |
846 | | - 05BED21B28EC4A2A008039F6 /* Task.swift in Sources */, |
| 846 | + 05BED21B28EC4A2A008039F6 /* ProcessTask.swift in Sources */, |
847 | 847 | 0527679828EC1E580019311B /* FileManager.swift in Sources */, |
848 | 848 | CA9C26A026E8351452F19284 /* UncrustifyLanguage.swift in Sources */, |
849 | 849 | FFFFB23BFC620B462FF4B4DB /* FormatterOutcome.swift in Sources */, |
|
864 | 864 | F6C5BD72DEADFD34F541C38B /* FileManager.swift in Sources */, |
865 | 865 | 415B69E897EF098F1D497C6B /* String.swift in Sources */, |
866 | 866 | 52C07AA4ACA79DEA083917ED /* URL.swift in Sources */, |
867 | | - 422C428BA7CBC2B94FD892A0 /* Task.swift in Sources */, |
868 | | - 54AF1A10772285FD73793431 /* TaskTests.swift in Sources */, |
| 867 | + 422C428BA7CBC2B94FD892A0 /* ProcessTask.swift in Sources */, |
| 868 | + 54AF1A10772285FD73793431 /* ProcessTaskTests.swift in Sources */, |
869 | 869 | 6CE2C56F18102DBE76DAA3AD /* UncrustifyLanguageTests.swift in Sources */, |
870 | 870 | 757F7D103067E09A06177437 /* UncrustifyLanguage.swift in Sources */, |
871 | 871 | 42625EB1C14BE557D2C884C0 /* FormatterOutcomeTests.swift in Sources */, |
|
0 commit comments