microsoft / onnxruntime-swift-package-manager

A light-weight repository for providing Swift Package Manager support for ONNX Runtime.
MIT License
30 stars 10 forks source link

Update to 1.18.0 resources #17

Closed YUNQIUGUO closed 3 months ago

YUNQIUGUO commented 3 months ago
  1. Update to 0.18.0 version pod package for both ORT and ORT Extensions
  2. Copy over latest objectivec/ folder source file from ORT source repo
YUNQIUGUO commented 3 months ago

Actually we appear to be missing a 1.17 tag. Do we need to copy from 1.17 first and tag that?

right I missed that when updating the 1.17.0 package.

thought would just overrides with a 1.18.0 tag - but realized this might be mandatory as user usually consumes swift package manager via a version tag. sorry about this.

I created a v1.17.0 tag just now with the current main - and after merging this PR, will create a v1.18.0 tag accordingly