feat(ios): nbstore swift native binding (#9211)

This commit is contained in:
Brooooooklyn
2024-12-27 06:34:30 +00:00
parent 8de0679d70
commit 752e697c6a
40 changed files with 4544 additions and 234 deletions

View File

@@ -8,5 +8,9 @@
"rootDir": "./src"
},
"include": ["./src"],
"references": [{ "path": "../../core" }]
"references": [
{ "path": "../../core" },
{ "path": "../../native" },
{ "path": "../../../common/nbstore" }
]
}