|
23 | 23 | A01E46951E1030E000395AED /* VarSignatureTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01E46941E1030E000395AED /* VarSignatureTests.swift */; }; |
24 | 24 | A01E46961E10313E00395AED /* VarSignature.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01E46921E102CBB00395AED /* VarSignature.swift */; }; |
25 | 25 | A01E46A01E105EE900395AED /* FuncMocker.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01E469F1E105EE900395AED /* FuncMocker.swift */; }; |
| 26 | + A031BD391E8D1126003235D5 /* GenerateInitCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = A031BD381E8D1126003235D5 /* GenerateInitCommand.swift */; }; |
| 27 | + A031BD3B1E8D11D6003235D5 /* InitGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A031BD3A1E8D11D6003235D5 /* InitGenerator.swift */; }; |
| 28 | + A031BD3E1E8D187C003235D5 /* GeneratedInit.txt in Resources */ = {isa = PBXBuildFile; fileRef = A031BD3D1E8D187C003235D5 /* GeneratedInit.txt */; }; |
| 29 | + A031BD401E8D191E003235D5 /* InitGeneratorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A031BD3F1E8D191E003235D5 /* InitGeneratorTests.swift */; }; |
| 30 | + A031BD411E8D19E9003235D5 /* InitGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A031BD3A1E8D11D6003235D5 /* InitGenerator.swift */; }; |
26 | 31 | A039205D1E0F3A7B005A6E89 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A039205C1E0F3A7B005A6E89 /* AppDelegate.swift */; }; |
27 | 32 | A039205F1E0F3A7B005A6E89 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A039205E1E0F3A7B005A6E89 /* ViewController.swift */; }; |
28 | 33 | A03920611E0F3A7B005A6E89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A03920601E0F3A7B005A6E89 /* Assets.xcassets */; }; |
|
117 | 122 | A01E46921E102CBB00395AED /* VarSignature.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VarSignature.swift; sourceTree = "<group>"; }; |
118 | 123 | A01E46941E1030E000395AED /* VarSignatureTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VarSignatureTests.swift; sourceTree = "<group>"; }; |
119 | 124 | A01E469F1E105EE900395AED /* FuncMocker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FuncMocker.swift; sourceTree = "<group>"; }; |
| 125 | + A031BD381E8D1126003235D5 /* GenerateInitCommand.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GenerateInitCommand.swift; sourceTree = "<group>"; }; |
| 126 | + A031BD3A1E8D11D6003235D5 /* InitGenerator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InitGenerator.swift; sourceTree = "<group>"; }; |
| 127 | + A031BD3D1E8D187C003235D5 /* GeneratedInit.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GeneratedInit.txt; sourceTree = "<group>"; }; |
| 128 | + A031BD3F1E8D191E003235D5 /* InitGeneratorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InitGeneratorTests.swift; sourceTree = "<group>"; }; |
120 | 129 | A03920591E0F3A7B005A6E89 /* CodeGenerator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CodeGenerator.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
121 | 130 | A039205C1E0F3A7B005A6E89 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
122 | 131 | A039205E1E0F3A7B005A6E89 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
263 | 272 | A0A82AEE1E11676B00F27EA3 /* SwiftTypeTests.swift */, |
264 | 273 | A0636FD51E1299100008CE98 /* EquatableGeneratorTests.swift */, |
265 | 274 | A0A02CC61E1A6868001900DC /* HashableGeneratorTest.swift */, |
| 275 | + A031BD3F1E8D191E003235D5 /* InitGeneratorTests.swift */, |
266 | 276 | A0A82AEA1E1159C200F27EA3 /* NSObject+file.swift */, |
267 | 277 | A0A82AE61E11571200F27EA3 /* interface1.txt */, |
268 | 278 | A0A82AE81E11593800F27EA3 /* interface1Mock.txt */, |
269 | 279 | A03920701E0F3A7B005A6E89 /* Info.plist */, |
270 | 280 | A0636FD71E12997C0008CE98 /* EquatableClazz.txt */, |
271 | 281 | A0636FD91E1299A80008CE98 /* GeneratedEquals.txt */, |
| 282 | + A031BD3D1E8D187C003235D5 /* GeneratedInit.txt */, |
272 | 283 | A0A02CC81E1A68D8001900DC /* GeneratedHash.txt */, |
273 | 284 | A04453D21E156A080063CB99 /* funcMock.txt */, |
274 | 285 | ); |
|
286 | 297 | A03920811E0F3A8B005A6E89 /* Generate... */ = { |
287 | 298 | isa = PBXGroup; |
288 | 299 | children = ( |
289 | | - A0636FD21E12944B0008CE98 /* Equatable */, |
| 300 | + A0636FD21E12944B0008CE98 /* Generator */, |
290 | 301 | A01E469E1E105EB400395AED /* Mocker */, |
291 | 302 | A01E46881E0FF95900395AED /* Source */, |
292 | 303 | A03920841E0F3A8B005A6E89 /* SourceEditorExtension.swift */, |
293 | 304 | A0A02CD11E1A7236001900DC /* GenerateEquatableCommand.swift */, |
| 305 | + A031BD381E8D1126003235D5 /* GenerateInitCommand.swift */, |
294 | 306 | A0A02CD41E1A739A001900DC /* GenerateHashableCommand.swift */, |
295 | 307 | A0A02CCE1E1A6DE3001900DC /* SelectableGeneratorCommand.swift */, |
296 | 308 | A03920861E0F3A8B005A6E89 /* GenerateMockCommand.swift */, |
|
309 | 321 | name = "Supporting Files"; |
310 | 322 | sourceTree = "<group>"; |
311 | 323 | }; |
312 | | - A0636FD21E12944B0008CE98 /* Equatable */ = { |
| 324 | + A0636FD21E12944B0008CE98 /* Generator */ = { |
313 | 325 | isa = PBXGroup; |
314 | 326 | children = ( |
315 | 327 | A0A02CC21E1A60EA001900DC /* Generator.swift */, |
316 | 328 | A0636FD31E1294650008CE98 /* EquatableGenerator.swift */, |
317 | 329 | A0A02CC41E1A616C001900DC /* HashableGenerator.swift */, |
| 330 | + A031BD3A1E8D11D6003235D5 /* InitGenerator.swift */, |
318 | 331 | ); |
319 | | - name = Equatable; |
| 332 | + name = Generator; |
320 | 333 | sourceTree = "<group>"; |
321 | 334 | }; |
322 | 335 | /* End PBXGroup section */ |
|
443 | 456 | A0636FDA1E1299A80008CE98 /* GeneratedEquals.txt in Resources */, |
444 | 457 | A0A82AE71E11571200F27EA3 /* interface1.txt in Resources */, |
445 | 458 | A0636FD81E12997C0008CE98 /* EquatableClazz.txt in Resources */, |
| 459 | + A031BD3E1E8D187C003235D5 /* GeneratedInit.txt in Resources */, |
446 | 460 | A04453D31E156A080063CB99 /* funcMock.txt in Resources */, |
447 | 461 | ); |
448 | 462 | runOnlyForDeploymentPostprocessing = 0; |
|
474 | 488 | A04453D11E1567EE0063CB99 /* ClosureParamMocker.swift in Sources */, |
475 | 489 | A08C585B1E13C5AA00034B76 /* ClosureType.swift in Sources */, |
476 | 490 | A0E276541E13F1FC003CC557 /* TypeParser.swift in Sources */, |
| 491 | + A031BD411E8D19E9003235D5 /* InitGenerator.swift in Sources */, |
477 | 492 | A07FE2791E107AA900809837 /* InterfaceMocker.swift in Sources */, |
478 | 493 | A0A82B1D1E127F1000F27EA3 /* AccessLevel.swift in Sources */, |
479 | 494 | A08C585E1E13CB8300034B76 /* SwiftType.swift in Sources */, |
|
498 | 513 | A07FE2771E106CFE00809837 /* FuncMockTests.swift in Sources */, |
499 | 514 | A0A82AEB1E1159C200F27EA3 /* NSObject+file.swift in Sources */, |
500 | 515 | A07FE2821E108D6900809837 /* InterfaceMockerTests.swift in Sources */, |
| 516 | + A031BD401E8D191E003235D5 /* InitGeneratorTests.swift in Sources */, |
501 | 517 | A039206F1E0F3A7B005A6E89 /* CodeGeneratorTests.swift in Sources */, |
502 | 518 | A0A82B1C1E127E9F00F27EA3 /* AccessLevelTests.swift in Sources */, |
503 | 519 | ); |
|
511 | 527 | A03920851E0F3A8B005A6E89 /* SourceEditorExtension.swift in Sources */, |
512 | 528 | A0E2766B1E156738003CC557 /* ClosureParamMocker.swift in Sources */, |
513 | 529 | A0A02CD31E1A7236001900DC /* GenerateEquatableCommand.swift in Sources */, |
| 530 | + A031BD391E8D1126003235D5 /* GenerateInitCommand.swift in Sources */, |
514 | 531 | A0A02CD01E1A6DE3001900DC /* SelectableGeneratorCommand.swift in Sources */, |
515 | 532 | A08C585F1E13CB8300034B76 /* SwiftType.swift in Sources */, |
516 | 533 | A01E46851E0FF94100395AED /* InterfaceDefinition.swift in Sources */, |
517 | 534 | A01E46A01E105EE900395AED /* FuncMocker.swift in Sources */, |
518 | 535 | A03920911E0F3AEF005A6E89 /* String+regexr.swift in Sources */, |
519 | 536 | A08C585C1E13C5AA00034B76 /* ClosureType.swift in Sources */, |
| 537 | + A031BD3B1E8D11D6003235D5 /* InitGenerator.swift in Sources */, |
520 | 538 | A0A82B1A1E127BEE00F27EA3 /* AccessLevel.swift in Sources */, |
521 | 539 | A01E46871E0FF94C00395AED /* FuncSignature.swift in Sources */, |
522 | 540 | A0E276591E141ED8003CC557 /* SwiftParamMocker.swift in Sources */, |
|
0 commit comments