Skip to content

Commit 7aed1eb

Browse files
committed
chore: add lsp:config script for SourceKit-LSP via xcode-build-server
Generates buildServer.json at the repo root so SourceKit-LSP can resolve symbols in both ios/ library sources and the example app via a single config.
1 parent be9faff commit 7aed1eb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ link-assets-manifest.json
1616

1717
AGENTS.md
1818
CLAUDE.md
19-
.claude/
19+
.claude/
20+
21+
buildServer.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
"node": ">=18"
6565
},
6666
"packageManager": "pnpm@10.33.2"
67-
}
67+
}

0 commit comments

Comments
 (0)