Skip to content

Commit d15a6b7

Browse files
committed
update
1 parent 80c56a8 commit d15a6b7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"build_osx_archs": {
3+
"iphonesimulator": [
4+
"x86_64"
5+
]
6+
},
7+
"build_params": {
8+
"base": [
9+
"--parallel",
10+
"--use_xcode",
11+
"--build_apple_framework",
12+
"--use_coreml",
13+
"--skip_tests",
14+
"--cmake_extra_defines=onnxruntime_BUILD_UNIT_TESTS=OFF"
15+
],
16+
"iphonesimulator": [
17+
"--ios",
18+
"--apple_deploy_target=15.1"
19+
]
20+
}
21+
}

0 commit comments

Comments
 (0)