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:
+2
-3
@@ -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"),
|
|
||||||
// ...
|
// ...
|
||||||
// ],
|
// ],
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user