|
22 | 22 | /* End PBXAggregateTarget section */ |
23 | 23 |
|
24 | 24 | /* Begin PBXBuildFile section */ |
| 25 | + 1E946BF92409121C005A3A4B /* BowOpenAPICommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E946BF82409121C005A3A4B /* BowOpenAPICommand.swift */; }; |
| 26 | + 1E946BFC24091347005A3A4B /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = 1E946BFB24091347005A3A4B /* ArgumentParser */; }; |
25 | 27 | 8B017DA52347AC86003975CF /* APIClientSendTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD085222345E9BD006D33DE /* APIClientSendTests.swift */; }; |
26 | 28 | 8B30B8632348FBFD00E4D852 /* API+XCTest.swift in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8B017D7D2347A373003975CF /* API+XCTest.swift */; }; |
27 | 29 | 8B30B8642348FBFD00E4D852 /* API+Error.swift in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8B30B8612348FB7600E4D852 /* API+Error.swift */; }; |
|
94 | 96 | 8BD90F4223328DAF00281786 /* README.mustache in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8BDE6913233280FF009342AD /* README.mustache */; }; |
95 | 97 | 8BDE68DA233233CE009342AD /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BDE68D9233233CE009342AD /* main.swift */; }; |
96 | 98 | 8BDE68ED23326E42009342AD /* Console.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BDE68EC23326E42009342AD /* Console.swift */; }; |
97 | | - 8BDE691B23328538009342AD /* CommandLine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BDE691A23328538009342AD /* CommandLine.swift */; }; |
98 | 99 | 8BFE7E41234E10D4003E97BF /* APIClientModelsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BFE7E40234E10D4003E97BF /* APIClientModelsTests.swift */; }; |
99 | 100 | 8BFE7E43234E11FA003E97BF /* URL+Paths.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BFE7E42234E11FA003E97BF /* URL+Paths.swift */; }; |
100 | 101 | 8BFE7E4E234E1732003E97BF /* Bow in Frameworks */ = {isa = PBXBuildFile; productRef = 8BFE7E4D234E1732003E97BF /* Bow */; }; |
|
163 | 164 | /* End PBXCopyFilesBuildPhase section */ |
164 | 165 |
|
165 | 166 | /* Begin PBXFileReference section */ |
| 167 | + 1E946BF82409121C005A3A4B /* BowOpenAPICommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BowOpenAPICommand.swift; sourceTree = "<group>"; }; |
166 | 168 | 8B017D7D2347A373003975CF /* API+XCTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "API+XCTest.swift"; sourceTree = "<group>"; }; |
167 | 169 | 8B22DD6B2338D2000000CED9 /* APIClientError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIClientError.swift; sourceTree = "<group>"; }; |
168 | 170 | 8B30B8612348FB7600E4D852 /* API+Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "API+Error.swift"; sourceTree = "<group>"; }; |
|
230 | 232 | 8BDE6915233280FF009342AD /* modelArray.mustache */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = modelArray.mustache; sourceTree = "<group>"; }; |
231 | 233 | 8BDE6916233280FF009342AD /* Configuration.mustache */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Configuration.mustache; sourceTree = "<group>"; }; |
232 | 234 | 8BDE6917233280FF009342AD /* JSONEncodingHelper.mustache */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = JSONEncodingHelper.mustache; sourceTree = "<group>"; }; |
233 | | - 8BDE691A23328538009342AD /* CommandLine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommandLine.swift; sourceTree = "<group>"; }; |
234 | 235 | 8BDE691D233286CC009342AD /* APIClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIClient.swift; sourceTree = "<group>"; }; |
235 | 236 | 8BDEB0B32340D5850095A6E0 /* FileSystemError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileSystemError.swift; sourceTree = "<group>"; }; |
236 | 237 | 8BDEB0B52340DAAF0095A6E0 /* GeneratorError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneratorError.swift; sourceTree = "<group>"; }; |
|
272 | 273 | isa = PBXFrameworksBuildPhase; |
273 | 274 | buildActionMask = 2147483647; |
274 | 275 | files = ( |
| 276 | + 1E946BFC24091347005A3A4B /* ArgumentParser in Frameworks */, |
275 | 277 | 8BC6CF922350DF0400163BD2 /* libOpenApiGenerator.a in Frameworks */, |
276 | 278 | ); |
277 | 279 | runOnlyForDeploymentPostprocessing = 0; |
|
462 | 464 | children = ( |
463 | 465 | 8BDE68D9233233CE009342AD /* main.swift */, |
464 | 466 | 8BDE68EC23326E42009342AD /* Console.swift */, |
465 | | - 8BDE691A23328538009342AD /* CommandLine.swift */, |
| 467 | + 1E946BF82409121C005A3A4B /* BowOpenAPICommand.swift */, |
466 | 468 | ); |
467 | 469 | path = BowOpenAPI; |
468 | 470 | sourceTree = "<group>"; |
|
598 | 600 | ); |
599 | 601 | name = BowOpenAPI; |
600 | 602 | packageProductDependencies = ( |
| 603 | + 1E946BFB24091347005A3A4B /* ArgumentParser */, |
601 | 604 | ); |
602 | 605 | productName = "Bow OpenAPI"; |
603 | 606 | productReference = 8BDE68D6233233CE009342AD /* bow-openapi */; |
|
641 | 644 | 8B8B1C1223435AC0009D195A /* XCRemoteSwiftPackageReference "SwiftCheck" */, |
642 | 645 | 8B631A54234CD05F0045BF05 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */, |
643 | 646 | 8BFE7E46234E1720003E97BF /* XCRemoteSwiftPackageReference "bow" */, |
| 647 | + 1E946BFA24091347005A3A4B /* XCRemoteSwiftPackageReference "swift-argument-parser" */, |
644 | 648 | ); |
645 | 649 | productRefGroup = 8BDE68D7233233CE009342AD /* Products */; |
646 | 650 | projectDirPath = ""; |
|
739 | 743 | isa = PBXSourcesBuildPhase; |
740 | 744 | buildActionMask = 2147483647; |
741 | 745 | files = ( |
742 | | - 8BDE691B23328538009342AD /* CommandLine.swift in Sources */, |
| 746 | + 1E946BF92409121C005A3A4B /* BowOpenAPICommand.swift in Sources */, |
743 | 747 | 8BDE68ED23326E42009342AD /* Console.swift in Sources */, |
744 | 748 | 8BDE68DA233233CE009342AD /* main.swift in Sources */, |
745 | 749 | ); |
|
1017 | 1021 | /* End XCConfigurationList section */ |
1018 | 1022 |
|
1019 | 1023 | /* Begin XCRemoteSwiftPackageReference section */ |
| 1024 | + 1E946BFA24091347005A3A4B /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = { |
| 1025 | + isa = XCRemoteSwiftPackageReference; |
| 1026 | + repositoryURL = "https://github.com/apple/swift-argument-parser.git"; |
| 1027 | + requirement = { |
| 1028 | + kind = upToNextMajorVersion; |
| 1029 | + minimumVersion = 0.0.1; |
| 1030 | + }; |
| 1031 | + }; |
1020 | 1032 | 8B631A54234CD05F0045BF05 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { |
1021 | 1033 | isa = XCRemoteSwiftPackageReference; |
1022 | 1034 | repositoryURL = "https://github.com/pointfreeco/swift-snapshot-testing.git"; |
|
1052 | 1064 | /* End XCRemoteSwiftPackageReference section */ |
1053 | 1065 |
|
1054 | 1066 | /* Begin XCSwiftPackageProductDependency section */ |
| 1067 | + 1E946BFB24091347005A3A4B /* ArgumentParser */ = { |
| 1068 | + isa = XCSwiftPackageProductDependency; |
| 1069 | + package = 1E946BFA24091347005A3A4B /* XCRemoteSwiftPackageReference "swift-argument-parser" */; |
| 1070 | + productName = ArgumentParser; |
| 1071 | + }; |
1055 | 1072 | 8B631A55234CD05F0045BF05 /* SnapshotTesting */ = { |
1056 | 1073 | isa = XCSwiftPackageProductDependency; |
1057 | 1074 | package = 8B631A54234CD05F0045BF05 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */; |
|
0 commit comments