Skip to content

Commit 31390a6

Browse files
committed
Merge branch 'no-foundation'
2 parents 01f4584 + c055906 commit 31390a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ You can add Swift UUIDV7 to an Xcode project by adding it to your project as a p
9494

9595
> [https://github.com/mhayes853/swift-uuidv7](https://github.com/mhayes853/swift-uuidv7)
9696
97-
> ⚠️ At of the time of writing this, Xcode 26 (Beta 5) does not seem to include a UI for enabling traits on swift packages through the `Files > Add Package Dependencies` menu. If you want to enable traits, you will have to install the library inside a local swift package that lives outside your Xcode project.
97+
> ⚠️ At of the time of writing this, Xcode 26.2 does not seem to include a UI for enabling traits on swift packages through the `Files > Add Package Dependencies` menu. If you want to enable traits, you will have to install the library inside a local swift package that lives outside your Xcode project.
9898
9999
If you want to use Swift UUIDV7 in a [SwiftPM](https://swift.org/package-manager/) project, it’s as simple as adding it to your `Package.swift`:
100100

101101
```swift
102102
dependencies: [
103103
.package(
104104
url: "https://github.com/mhayes853/swift-uuidv7",
105-
from: "0.1.0",
105+
from: "0.4.0",
106106
// You can omit the traits if you don't need any of them.
107107
traits: ["SwiftUUIDV7GRDB"]
108108
),

0 commit comments

Comments
 (0)