|
14 | 14 | 279256AC1BB322FA00E66B9E /* Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279256AB1BB322FA00E66B9E /* Command.swift */; settings = {ASSET_TAGS = (); }; }; |
15 | 15 | 279256AE1BB3237300E66B9E /* CommandTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279256AD1BB3237300E66B9E /* CommandTypeTests.swift */; settings = {ASSET_TAGS = (); }; }; |
16 | 16 | 279256B01BB3237D00E66B9E /* CommandTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279256AF1BB3237D00E66B9E /* CommandTests.swift */; settings = {ASSET_TAGS = (); }; }; |
| 17 | + 279256B21BB325F400E66B9E /* GroupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279256B11BB325F400E66B9E /* GroupTests.swift */; settings = {ASSET_TAGS = (); }; }; |
| 18 | + 279256B41BB3260D00E66B9E /* Group.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279256B31BB3260D00E66B9E /* Group.swift */; settings = {ASSET_TAGS = (); }; }; |
17 | 19 | 27B1A0FF1BACD69500B1260F /* ArgumentParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27B1A0FE1BACD69500B1260F /* ArgumentParserTests.swift */; settings = {ASSET_TAGS = (); }; }; |
18 | 20 | /* End PBXBuildFile section */ |
19 | 21 |
|
|
38 | 40 | 279256AB1BB322FA00E66B9E /* Command.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Command.swift; sourceTree = "<group>"; }; |
39 | 41 | 279256AD1BB3237300E66B9E /* CommandTypeTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommandTypeTests.swift; sourceTree = "<group>"; }; |
40 | 42 | 279256AF1BB3237D00E66B9E /* CommandTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommandTests.swift; sourceTree = "<group>"; }; |
| 43 | + 279256B11BB325F400E66B9E /* GroupTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupTests.swift; sourceTree = "<group>"; }; |
| 44 | + 279256B31BB3260D00E66B9E /* Group.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Group.swift; sourceTree = "<group>"; }; |
41 | 45 | 27B1A0FE1BACD69500B1260F /* ArgumentParserTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArgumentParserTests.swift; sourceTree = "<group>"; }; |
42 | 46 | /* End PBXFileReference section */ |
43 | 47 |
|
|
85 | 89 | 2768A23A1BACC3B600F994EE /* ArgumentParser.swift */, |
86 | 90 | 279256A91BB3226E00E66B9E /* CommandType.swift */, |
87 | 91 | 279256AB1BB322FA00E66B9E /* Command.swift */, |
| 92 | + 279256B31BB3260D00E66B9E /* Group.swift */, |
88 | 93 | 2768A2251BACC38C00F994EE /* Info.plist */, |
89 | 94 | ); |
90 | 95 | path = Commander; |
|
96 | 101 | 27B1A0FE1BACD69500B1260F /* ArgumentParserTests.swift */, |
97 | 102 | 279256AD1BB3237300E66B9E /* CommandTypeTests.swift */, |
98 | 103 | 279256AF1BB3237D00E66B9E /* CommandTests.swift */, |
| 104 | + 279256B11BB325F400E66B9E /* GroupTests.swift */, |
99 | 105 | 2768A2311BACC38C00F994EE /* Info.plist */, |
100 | 106 | ); |
101 | 107 | path = CommanderTests; |
|
212 | 218 | 2768A23B1BACC3B600F994EE /* ArgumentParser.swift in Sources */, |
213 | 219 | 279256AA1BB3226E00E66B9E /* CommandType.swift in Sources */, |
214 | 220 | 279256AC1BB322FA00E66B9E /* Command.swift in Sources */, |
| 221 | + 279256B41BB3260D00E66B9E /* Group.swift in Sources */, |
215 | 222 | ); |
216 | 223 | runOnlyForDeploymentPostprocessing = 0; |
217 | 224 | }; |
|
222 | 229 | 279256B01BB3237D00E66B9E /* CommandTests.swift in Sources */, |
223 | 230 | 27B1A0FF1BACD69500B1260F /* ArgumentParserTests.swift in Sources */, |
224 | 231 | 279256AE1BB3237300E66B9E /* CommandTypeTests.swift in Sources */, |
| 232 | + 279256B21BB325F400E66B9E /* GroupTests.swift in Sources */, |
225 | 233 | ); |
226 | 234 | runOnlyForDeploymentPostprocessing = 0; |
227 | 235 | }; |
|
0 commit comments