From 7acc38c99c690908c7eda0ff24a54b78da67eec0 Mon Sep 17 00:00:00 2001 From: Rachel Guo <35738743+YUNQIUGUO@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:06:33 -0700 Subject: [PATCH] Enable ORT SPM dependency to be added via version tag (#4) * enable spm dependency to be added via version tag * update --------- Co-authored-by: rachguo --- Package.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index 6d09521..29c2247 100644 --- a/Package.swift +++ b/Package.swift @@ -5,12 +5,11 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // -// A user of the Swift Package Manager (SPM) package will consume this file directly from the ORT github repository. +// A user of the Swift Package Manager (SPM) package will consume this file directly from the ORT SPM github repository. // For context, the end user's config will look something like: // // dependencies: [ -// #TODO: update to use release 'version' and the new repo url here when available -// .package(url: "https://github.com/microsoft/onnxruntime", branch: "rel-1.15.0"), +// .package(url: "https://github.com/microsoft/onnxruntime-swift-package-manager", from: "1.15.0"), // ... // ], //