build: add silero-coreml submodule (#19)

* build: add silero-coreml as git submodule

Replaces sibling-directory local package with in-repo submodule.
Updates Xcode relative paths and CI checkout to fetch submodules.

* build: add silero-coreml submodule
This commit is contained in:
Edison Jwa
2026-06-03 18:09:07 +09:00
committed by GitHub
parent 0381be6964
commit d886e285d1
5 changed files with 10 additions and 4 deletions
@@ -758,7 +758,7 @@
/* Begin XCLocalSwiftPackageReference section */
8C5000022DD0000000000001 /* XCLocalSwiftPackageReference "silero-coreml" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../silero-coreml;
relativePath = ../../../silero-coreml;
};
/* End XCLocalSwiftPackageReference section */
@@ -863,7 +863,7 @@
/* Begin XCLocalSwiftPackageReference section */
8C6000022DD0000000000001 /* XCLocalSwiftPackageReference "silero-coreml" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../silero-coreml;
relativePath = ../../../silero-coreml;
};
/* End XCLocalSwiftPackageReference section */