remove test/ docs/ etc.

This commit is contained in:
rachguo
2023-07-20 11:30:22 -07:00
parent f3396b6ce4
commit 2d19b75463
13 changed files with 1 additions and 455 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",