From 7007553ecdbca0acf0d06d28edafa4009ab41f53 Mon Sep 17 00:00:00 2001 From: rachguo Date: Thu, 20 Jul 2023 12:52:36 -0700 Subject: [PATCH] use and add readme --- .pipelines/mac-ios-swift-ci-pipeline.yml | 3 +-- README.md | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.pipelines/mac-ios-swift-ci-pipeline.yml b/.pipelines/mac-ios-swift-ci-pipeline.yml index 516623f..44c3be6 100644 --- a/.pipelines/mac-ios-swift-ci-pipeline.yml +++ b/.pipelines/mac-ios-swift-ci-pipeline.yml @@ -43,8 +43,7 @@ stages: - script: | set -e -x cd "$(Build.ArtifactStagingDirectory)/$(artifactsName)" - ARTIFACTS_LIST=$(ls) - POD_ARCHIVE=$(echo "${ARTIFACTS_LIST}" | sed -n '5p') + POD_ARCHIVE=$(find . -name "pod-archive-onnxruntime-c*.zip") shasum -a 256 "$(Build.ArtifactStagingDirectory)/$(artifactsName)/${POD_ARCHIVE}" diff --git a/README.md b/README.md index 85af6ad..57c6dc4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ A light-weight repository for providing [Swift Package Manager (SPM)](https://ww SPM is the alternative to CocoaPods when desired platform to consume is mobile iOS. +## Note + +The `objectivec/` and `swift/` directories are copied from ORT repo and it's expected to match. It will be updated periodically/before release to merge the newly checked-in changes for objective-c/swift on ORT main repo. + ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a