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 <rachguo@rachguos-Mac-mini.local>
This commit is contained in:
Rachel Guo
2023-08-01 10:06:33 -07:00
committed by GitHub
parent cdaadfe0c3
commit 7acc38c99c
+2 -3
View File
@@ -5,12 +5,11 @@
// Copyright (c) Microsoft Corporation. All rights reserved. // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. // 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: // For context, the end user's config will look something like:
// //
// dependencies: [ // dependencies: [
// #TODO: update to use release 'version' and the new repo url here when available // .package(url: "https://github.com/microsoft/onnxruntime-swift-package-manager", from: "1.15.0"),
// .package(url: "https://github.com/microsoft/onnxruntime", branch: "rel-1.15.0"),
// ... // ...
// ], // ],
// //