use and add readme
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user