|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 28171CB2298143C400523F1C /* TreeSitterObjC in Frameworks */ = {isa = PBXBuildFile; productRef = 28171CB1298143C400523F1C /* TreeSitterObjC */; }; |
10 | 11 | 282E5977298051980064B34A /* TreeSitterYAML in Frameworks */ = {isa = PBXBuildFile; productRef = 282E5976298051980064B34A /* TreeSitterYAML */; }; |
11 | 12 | 2846B262296BA1CF005F60B6 /* TreeSitterDockerfile in Frameworks */ = {isa = PBXBuildFile; productRef = 2846B261296BA1CF005F60B6 /* TreeSitterDockerfile */; }; |
| 13 | + 2886C788298135540023E016 /* TreeSitterKotlin in Frameworks */ = {isa = PBXBuildFile; productRef = 2886C787298135540023E016 /* TreeSitterKotlin */; }; |
12 | 14 | 28B3F010290C207D000CD04D /* CodeLanguages_Container.h in Headers */ = {isa = PBXBuildFile; fileRef = 28B3F00F290C207D000CD04D /* CodeLanguages_Container.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 | 15 | 28B3F02D290C35D9000CD04D /* TreeSitterC in Frameworks */ = {isa = PBXBuildFile; productRef = 28B3F02C290C35D9000CD04D /* TreeSitterC */; }; |
14 | 16 | 28B3F030290C35F9000CD04D /* TreeSitterCPP in Frameworks */ = {isa = PBXBuildFile; productRef = 28B3F02F290C35F9000CD04D /* TreeSitterCPP */; }; |
|
60 | 62 | 28B3F045290C366E000CD04D /* TreeSitterHTML in Frameworks */, |
61 | 63 | 28B3F05A290C36E5000CD04D /* TreeSitterRust in Frameworks */, |
62 | 64 | 28B3F054290C36C5000CD04D /* TreeSitterPython in Frameworks */, |
| 65 | + 28171CB2298143C400523F1C /* TreeSitterObjC in Frameworks */, |
63 | 66 | 28B3F048290C367C000CD04D /* TreeSitterJava in Frameworks */, |
64 | 67 | 282E5977298051980064B34A /* TreeSitterYAML in Frameworks */, |
| 68 | + 2886C788298135540023E016 /* TreeSitterKotlin in Frameworks */, |
65 | 69 | 28B3F057290C36D5000CD04D /* TreeSitterRuby in Frameworks */, |
66 | 70 | ); |
67 | 71 | runOnlyForDeploymentPostprocessing = 0; |
|
160 | 164 | 28B9F7A9290DDAC900245748 /* TreeSitterBash */, |
161 | 165 | 2846B261296BA1CF005F60B6 /* TreeSitterDockerfile */, |
162 | 166 | 282E5976298051980064B34A /* TreeSitterYAML */, |
| 167 | + 2886C787298135540023E016 /* TreeSitterKotlin */, |
| 168 | + 28171CB1298143C400523F1C /* TreeSitterObjC */, |
163 | 169 | ); |
164 | 170 | productName = "CodeLanguages-Container"; |
165 | 171 | productReference = 28B3F00C290C207D000CD04D /* CodeLanguages_Container.framework */; |
|
211 | 217 | 28B9F7A6290DDAB500245748 /* XCRemoteSwiftPackageReference "tree-sitter-bash" */, |
212 | 218 | 2846B260296BA1CF005F60B6 /* XCRemoteSwiftPackageReference "tree-sitter-dockerfile" */, |
213 | 219 | 282E5975298051980064B34A /* XCRemoteSwiftPackageReference "tree-sitter-yaml" */, |
| 220 | + 2886C786298135540023E016 /* XCRemoteSwiftPackageReference "tree-sitter-kotlin" */, |
| 221 | + 28171CB0298143C400523F1C /* XCRemoteSwiftPackageReference "tree-sitter-objc" */, |
214 | 222 | ); |
215 | 223 | productRefGroup = 28B3F00D290C207D000CD04D /* Products */; |
216 | 224 | projectDirPath = ""; |
|
450 | 458 | /* End XCConfigurationList section */ |
451 | 459 |
|
452 | 460 | /* Begin XCRemoteSwiftPackageReference section */ |
| 461 | + 28171CB0298143C400523F1C /* XCRemoteSwiftPackageReference "tree-sitter-objc" */ = { |
| 462 | + isa = XCRemoteSwiftPackageReference; |
| 463 | + repositoryURL = "https://github.com/CodeEditApp/tree-sitter-objc"; |
| 464 | + requirement = { |
| 465 | + branch = feature/spm; |
| 466 | + kind = branch; |
| 467 | + }; |
| 468 | + }; |
453 | 469 | 282E5975298051980064B34A /* XCRemoteSwiftPackageReference "tree-sitter-yaml" */ = { |
454 | 470 | isa = XCRemoteSwiftPackageReference; |
455 | 471 | repositoryURL = "https://github.com/lukepistrol/tree-sitter-yaml.git"; |
|
466 | 482 | kind = branch; |
467 | 483 | }; |
468 | 484 | }; |
| 485 | + 2886C786298135540023E016 /* XCRemoteSwiftPackageReference "tree-sitter-kotlin" */ = { |
| 486 | + isa = XCRemoteSwiftPackageReference; |
| 487 | + repositoryURL = "https://github.com/lukepistrol/tree-sitter-kotlin"; |
| 488 | + requirement = { |
| 489 | + branch = "feature/spm-queries"; |
| 490 | + kind = branch; |
| 491 | + }; |
| 492 | + }; |
469 | 493 | 28B3F02B290C35D9000CD04D /* XCRemoteSwiftPackageReference "tree-sitter-c" */ = { |
470 | 494 | isa = XCRemoteSwiftPackageReference; |
471 | 495 | repositoryURL = "https://github.com/tree-sitter/tree-sitter-c.git"; |
|
621 | 645 | /* End XCRemoteSwiftPackageReference section */ |
622 | 646 |
|
623 | 647 | /* Begin XCSwiftPackageProductDependency section */ |
| 648 | + 28171CB1298143C400523F1C /* TreeSitterObjC */ = { |
| 649 | + isa = XCSwiftPackageProductDependency; |
| 650 | + package = 28171CB0298143C400523F1C /* XCRemoteSwiftPackageReference "tree-sitter-objc" */; |
| 651 | + productName = TreeSitterObjC; |
| 652 | + }; |
624 | 653 | 282E5976298051980064B34A /* TreeSitterYAML */ = { |
625 | 654 | isa = XCSwiftPackageProductDependency; |
626 | 655 | package = 282E5975298051980064B34A /* XCRemoteSwiftPackageReference "tree-sitter-yaml" */; |
|
631 | 660 | package = 2846B260296BA1CF005F60B6 /* XCRemoteSwiftPackageReference "tree-sitter-dockerfile" */; |
632 | 661 | productName = TreeSitterDockerfile; |
633 | 662 | }; |
| 663 | + 2886C787298135540023E016 /* TreeSitterKotlin */ = { |
| 664 | + isa = XCSwiftPackageProductDependency; |
| 665 | + package = 2886C786298135540023E016 /* XCRemoteSwiftPackageReference "tree-sitter-kotlin" */; |
| 666 | + productName = TreeSitterKotlin; |
| 667 | + }; |
634 | 668 | 28B3F02C290C35D9000CD04D /* TreeSitterC */ = { |
635 | 669 | isa = XCSwiftPackageProductDependency; |
636 | 670 | package = 28B3F02B290C35D9000CD04D /* XCRemoteSwiftPackageReference "tree-sitter-c" */; |
|
0 commit comments