Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ Example/ReferenceImages/**/*.png
!.claude/commands/
.docs
gh-pages
.swift_pd_guess
.claude/commands/guess_filename.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// CodableProxy.swift
// CodableHelpers.swift
// OpenSwiftUICore
//
// Audited for 6.5.4
// Status: Complete
// ID: A66FCB65C49D586C0CA23AF611BF2C2B (SwiftUICore?)
// ID: A66FCB65C49D586C0CA23AF611BF2C2B (SwiftUICore)

package import Foundation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
//
// ContentPathObservers.swift
// LeafViewResponder.swift
// OpenSwiftUICore
//
// Status: Complete
// ID: A7CB304DFEF7D87240811B051B15E2CD (SwiftUICore?)
// Audited for 6.5.4
// Status: WIP
// ID: A7CB304DFEF7D87240811B051B15E2CD (SwiftUICore)

struct ContentPathObservers {
private struct Observer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// OpenSwiftUICore
//
// Status: Blocked by children.setter
// ID: 4A74C6B0E69BD6BC864CC77E33CF2D28 (SwiftUICore?)
// ID: 4A74C6B0E69BD6BC864CC77E33CF2D28 (SwiftUICore)

public import Foundation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// UnaryLayoutComputer.swift
// UnaryLayoutView.swift
// OpenSwiftUICore
//
// Audited for 6.5.4
// Status: Complete
// ID: 1C3B77B617AD058A6802F719E38F5D79 (SwiftUICore?)
// ID: 1C3B77B617AD058A6802F719E38F5D79 (SwiftUICore)

import Foundation
package import OpenAttributeGraphShims
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//
// ViewListView.swift
// ViewListContent.swift
// OpenSwiftUICore
//
// Audited for 6.5.4
// Status: Complete
// ID: 52A2FFECFBCF37BFFEED558E33EBD1E3 (SwiftUI?)
// ID: 9B09D1820E97ECBB666F7560EA2A2D2C (SwiftUICore?)
// ID: 52A2FFECFBCF37BFFEED558E33EBD1E3 (SwiftUI)
// ID: 9B09D1820E97ECBB666F7560EA2A2D2C (SwiftUICore)

package import OpenAttributeGraphShims

Expand Down
6 changes: 6 additions & 0 deletions Sources/OpenSwiftUICore/View/Text/Font/CustomFont.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//
// CustomFont.swift
// OpenSwiftUICore
//
// Status: TODO
// ID: A1A6E08ED7787270EADAD2AE750791A9 (SwiftUICore)
6 changes: 0 additions & 6 deletions Sources/OpenSwiftUICore/View/Text/Font/NamedFont.swift

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// Text+Text.swift
// Text+Concatenation.swift
// OpenSwiftUICore
//
// Audited for 6.5.4
// Status: Complete
// ID: 3AC20F2C4A28F04412970732648A1058 (SwiftUICore?)
// ID: 3AC20F2C4A28F04412970732648A1058 (SwiftUICore)

// MARK: - Text + Text

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// TruncationMode.swift
// EnvironmentParagraphStyle.swift
// OpenSwiftUICore
//
// Audited for 6.5.4
// Status: Complete
// ID: 52803FDE2123C3846E0286DE7934BA01 (SwiftUICore?)
// ID: 52803FDE2123C3846E0286DE7934BA01 (SwiftUICore)

public import Foundation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// WatchDisplayVariant.swift
// WatchEnvironment.swift
// OpenSwiftUICore
//
// Audited for 6.5.4
// Status: Complete
// ID: 1DA60AC25654F83E54CB649774D3C2D4 (SwiftUICore?)
// ID: 1DA60AC25654F83E54CB649774D3C2D4 (SwiftUICore)

@available(iOS, unavailable)
@available(macOS, unavailable)
Expand Down
Loading