We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae9e31 commit 6183903Copy full SHA for 6183903
Package.swift
@@ -18,9 +18,9 @@ let package = Package(
18
.package(url: "https://github.com/DirectToSwift/SwiftUIRules.git",
19
from: "0.2.0"),
20
.package(url: "https://github.com/ZeeQL/ZeeQL3.git",
21
- from: "0.9.4"),
+ "0.9.4"..."0.9.8"),
22
.package(url: "https://github.com/ZeeQL/ZeeQL3Combine.git",
23
- from: "0.1.5")
+ "0.1.5"..."0.1.5")
24
],
25
26
targets: [
README.md
@@ -11,6 +11,9 @@
11
12
_Going fully declarative_: Direct to SwiftUI.
13
14
+Note(2024-12-09): This doesn't currently build against the current ZeeQL3
15
+ anymore.
16
+
17
**Direct to SwiftUI**
is an adaption of an old
[WebObjects](https://en.wikipedia.org/wiki/WebObjects)
0 commit comments