use and add readme

This commit is contained in:
rachguo
2023-07-20 12:52:36 -07:00
parent cb9b5836b1
commit 7007553ecd
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -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}"
+4
View File
@@ -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