Skip to content

Commit fce48e4

Browse files
committed
Update OpenGraph dependency
1 parent d7cbdc8 commit fce48e4

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/OpenSwiftUICore/Graph/GraphReuse.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
package import OpenGraphShims
1010

11-
// TODO: Move down to OpenGraph Package
12-
package typealias Subgraph = OGSubgraph
13-
package typealias Graph = OGGraph
14-
1511
public final class IndirectAttributeMap {
1612
package final let subgraph: Subgraph
1713
package final var map: [AnyAttribute: AnyAttribute]

Sources/OpenSwiftUICore/Graph/ReuseTrace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Audited for iOS 18.0
66
// Status: WIP
77

8-
import OpenGraphShims
8+
package import OpenGraphShims
99

1010
package struct ReuseTrace {
1111
package static func register(graph: Graph) {

Sources/OpenSwiftUICore/View/Debug/ViewDebug.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// ID: 43DA1754B0518AF1D72B90677BF266DB (SwiftUICore)
99

1010
public import Foundation
11-
import OpenGraphShims
11+
package import OpenGraphShims
1212
import OpenSwiftUI_SPI
1313

1414
/// Namespace for view debug information.

0 commit comments

Comments
 (0)