Skip to content

Commit a30da78

Browse files
authored
[NFC] Update file name and header information (#666)
1 parent 884ba97 commit a30da78

File tree

11 files changed

+26
-23
lines changed

11 files changed

+26
-23
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ Example/ReferenceImages/**/*.png
2222
!.claude/commands/
2323
.docs
2424
gh-pages
25+
.swift_pd_guess
26+
.claude/commands/guess_filename.md

Sources/OpenSwiftUICore/Data/Codable/CodableProxy.swift renamed to Sources/OpenSwiftUICore/Data/Codable/CodableHelpers.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//
2-
// CodableProxy.swift
2+
// CodableHelpers.swift
33
// OpenSwiftUICore
44
//
55
// Audited for 6.5.4
66
// Status: Complete
7-
// ID: A66FCB65C49D586C0CA23AF611BF2C2B (SwiftUICore?)
7+
// ID: A66FCB65C49D586C0CA23AF611BF2C2B (SwiftUICore)
88

99
package import Foundation
1010

Sources/OpenSwiftUICore/Event/Responder/ContentPathObservers.swift renamed to Sources/OpenSwiftUICore/Event/Responder/LeafViewResponder.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
//
2-
// ContentPathObservers.swift
2+
// LeafViewResponder.swift
33
// OpenSwiftUICore
44
//
5-
// Status: Complete
6-
// ID: A7CB304DFEF7D87240811B051B15E2CD (SwiftUICore?)
5+
// Audited for 6.5.4
6+
// Status: WIP
7+
// ID: A7CB304DFEF7D87240811B051B15E2CD (SwiftUICore)
78

89
struct ContentPathObservers {
910
private struct Observer {

Sources/OpenSwiftUICore/Event/Responder/MultiViewResponder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// OpenSwiftUICore
44
//
55
// Status: Blocked by children.setter
6-
// ID: 4A74C6B0E69BD6BC864CC77E33CF2D28 (SwiftUICore?)
6+
// ID: 4A74C6B0E69BD6BC864CC77E33CF2D28 (SwiftUICore)
77

88
public import Foundation
99

Sources/OpenSwiftUICore/Layout/LayoutComputer/UnaryLayoutComputer.swift renamed to Sources/OpenSwiftUICore/Layout/LayoutComputer/UnaryLayoutView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//
2-
// UnaryLayoutComputer.swift
2+
// UnaryLayoutView.swift
33
// OpenSwiftUICore
44
//
55
// Audited for 6.5.4
66
// Status: Complete
7-
// ID: 1C3B77B617AD058A6802F719E38F5D79 (SwiftUICore?)
7+
// ID: 1C3B77B617AD058A6802F719E38F5D79 (SwiftUICore)
88

99
import Foundation
1010
package import OpenAttributeGraphShims

Sources/OpenSwiftUICore/View/Input/ViewListView.swift renamed to Sources/OpenSwiftUICore/View/Input/ViewListContent.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
//
2-
// ViewListView.swift
2+
// ViewListContent.swift
33
// OpenSwiftUICore
44
//
55
// Audited for 6.5.4
66
// Status: Complete
7-
// ID: 52A2FFECFBCF37BFFEED558E33EBD1E3 (SwiftUI?)
8-
// ID: 9B09D1820E97ECBB666F7560EA2A2D2C (SwiftUICore?)
7+
// ID: 52A2FFECFBCF37BFFEED558E33EBD1E3 (SwiftUI)
8+
// ID: 9B09D1820E97ECBB666F7560EA2A2D2C (SwiftUICore)
99

1010
package import OpenAttributeGraphShims
1111

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//
2+
// CustomFont.swift
3+
// OpenSwiftUICore
4+
//
5+
// Status: TODO
6+
// ID: A1A6E08ED7787270EADAD2AE750791A9 (SwiftUICore)

Sources/OpenSwiftUICore/View/Text/Font/NamedFont.swift

Lines changed: 0 additions & 6 deletions
This file was deleted.

Sources/OpenSwiftUICore/View/Text/Text/Text+Text.swift renamed to Sources/OpenSwiftUICore/View/Text/Text/Text+Concatenation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//
2-
// Text+Text.swift
2+
// Text+Concatenation.swift
33
// OpenSwiftUICore
44
//
55
// Audited for 6.5.4
66
// Status: Complete
7-
// ID: 3AC20F2C4A28F04412970732648A1058 (SwiftUICore?)
7+
// ID: 3AC20F2C4A28F04412970732648A1058 (SwiftUICore)
88

99
// MARK: - Text + Text
1010

Sources/OpenSwiftUICore/View/Text/Util/TruncationMode.swift renamed to Sources/OpenSwiftUICore/View/Text/Util/EnvironmentParagraphStyle.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//
2-
// TruncationMode.swift
2+
// EnvironmentParagraphStyle.swift
33
// OpenSwiftUICore
44
//
55
// Audited for 6.5.4
66
// Status: Complete
7-
// ID: 52803FDE2123C3846E0286DE7934BA01 (SwiftUICore?)
7+
// ID: 52803FDE2123C3846E0286DE7934BA01 (SwiftUICore)
88

99
public import Foundation
1010

0 commit comments

Comments
 (0)