Skip to content

Commit

Permalink
Release SwiftUSD v24.8.8.
Browse files Browse the repository at this point in the history
* also migrate to swiftlang repos, to avoid future swiftpm resolution errors.
* and bump swift syntax, swift docc, and galah.

Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Nov 26, 2024
1 parent b4f19e2 commit 4ca2d4f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "8e75c74fd8727ced26846f65be09f3de4e97a586f165f75940d1d7ddf9c58a52",
"originHash" : "21cbc0f391f463cfbf378f6036ed39a293d9181556bbd2a39c6f8e29b96f56a2",
"pins" : [
{
"identity" : "galah",
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/galah.git",
"state" : {
"revision" : "9d829bdd244676ef77b2bd219093c59a6315adaf",
"version" : "1.0.1"
"revision" : "49cd69c9af968c034b345e39956ad458ce9bd27d",
"version" : "1.0.2"
}
},
{
Expand Down Expand Up @@ -76,16 +76,16 @@
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"location" : "https://github.com/swiftlang/swift-docc-plugin",
"state" : {
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
"version" : "1.3.0"
"revision" : "85e4bb4e1cd62cec64a4b8e769dcefdf0c5b9d64",
"version" : "1.4.3"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-symbolkit",
"location" : "https://github.com/swiftlang/swift-docc-symbolkit",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
Expand All @@ -105,17 +105,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stackotter/swift-macro-toolkit",
"state" : {
"revision" : "687075e7bf976e121d083e922a07c7a9350ca85d",
"version" : "0.4.0"
"revision" : "e706aa98bc28f82677923f7b8f560bba6f90fac2",
"version" : "0.6.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/swiftlang/swift-syntax.git",
"state" : {
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
"revision" : "0687f71944021d616d34d922343dcef086855920",
"version" : "600.0.1"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ let package = Package(
// .package(url: "https://github.com/stackotter/swift-cross-ui", revision: "5c5d8c8"),
.package(url: "https://github.com/wabiverse/icu.git", from: "76.1.2"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.8.5"),
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.1"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.3"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "510.0.3"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.0.0"),
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
] + galahDeps,
Expand Down Expand Up @@ -2933,7 +2933,7 @@ struct Galah

static func enableGalah()
{
galahDeps = [.package(url: "https://github.com/wabiverse/galah.git", from: "1.0.1")]
galahDeps = [.package(url: "https://github.com/wabiverse/galah.git", from: "1.0.2")]
galahSettings = [.interoperabilityMode(.Cxx), .define("WITH_GALAH")]
galahTargetDeps = [.target(name: "PixarUSD"), .product(name: "GalahInterpreter", package: "galah")]
}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</a>
<br>
<a href="https://wabiverse.github.io/SwiftUSD/documentation/pixarusd/">
<img src="https://img.shields.io/badge/v24%2E8%2E7-DocumentationSource?style=flat-square&label=docs&labelColor=F05138&logo=swift&color=gray&logoColor=white">
<img src="https://img.shields.io/badge/v24%2E8%2E8-DocumentationSource?style=flat-square&label=docs&labelColor=F05138&logo=swift&color=gray&logoColor=white">
</a>
<a href="https://github.com/wabiverse/SwiftUSD/graphs/contributors">
<img src="https://img.shields.io/github/contributors-anon/wabiverse/SwiftUSD?color=8A2BE2&style=flat-square" alt="contributors" style="height: 20px;">
Expand Down Expand Up @@ -78,7 +78,7 @@ For more details, please visit the web site [here](http://openusd.org).
##### To use Pixar's USD in swift, add SwiftUSD as a package dependency in your project's Package.swift file.
```swift
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.7"),
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.8"),
]
```

Expand Down Expand Up @@ -109,7 +109,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.7")
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "24.8.8")
],
targets: [
/* 📕 For library products... */
Expand Down

0 comments on commit 4ca2d4f

Please sign in to comment.