remove not required files

This commit is contained in:
rachguo
2023-07-19 15:07:53 -07:00
parent c07d49294b
commit 071c82ffd7
21 changed files with 1 additions and 1261 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ let package = Package(
.target(name: "OnnxRuntimeBindings",
dependencies: ["onnxruntime"],
path: "objectivec",
exclude: ["test", "docs", "ReadMe.md", "format_objc.sh"],
exclude: ["ReadMe.md", "format_objc.sh"],
cxxSettings: [
.define("SPM_BUILD"),
.unsafeFlags(["-std=c++17",