Skip to content

Commit 6b635d9

Browse files
authored
Merge pull request #5 from asus4/fix-ios-package
Fix extracting path for iOS xcframework
2 parents 5edc001 + 64fa6b9 commit 6b635d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cp $TMP_DIR/onnxruntime-linux-x64-gpu-$TAG/lib/libonnxruntime_providers_*.so $PR
6262

6363
# iOS
6464
download_package pod-archive-onnxruntime-c-$TAG.zip https://onnxruntimepackages.z14.web.core.windows.net
65-
cp -R $TMP_DIR/onnxruntime.xcframework $PLUGINS_CORE_DIR/iOS~/
65+
cp -R $TMP_DIR/onnxruntime.xcframework $PLUGINS_CORE_DIR/iOS~/onnxruntime.xcframework
6666

6767
# Android
6868
curl -L https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime-android/$TAG/onnxruntime-android-$TAG.aar -o $PLUGINS_CORE_DIR/Android/onnxruntime-android.aar

0 commit comments

Comments
 (0)