Skip to content

Commit 077224f

Browse files
Kyle-YeMx-Iris
andauthored
Update file name to align with ID (#264)
Using tools in OpenSwiftUIProject/HashCatsWorkspace Co-authored-by: Mx-Iris <[email protected]>
1 parent e9db49a commit 077224f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Sources/OpenSwiftUICore/Graphic/Color/ColorResolved.swift renamed to Sources/OpenSwiftUICore/Graphic/Color/ConstantColor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//
2-
// ColorResolved.swift
2+
// ConstantColor.swift
33
// OpenSwiftUICore
44
//
55
// Audited for iOS 18.0
66
// Status: Blocked by ResolvedGradient
7-
// ID: 7C95FE02C0C9104041ABD4890B043CBE (SwiftUICore?)
7+
// ID: 7C95FE02C0C9104041ABD4890B043CBE (SwiftUICore)
88

99
import Foundation
1010
import OpenSwiftUI_SPI

Sources/OpenSwiftUICore/Graphic/Color/ColorOperations.swift renamed to Sources/OpenSwiftUICore/Graphic/Color/ModifiedColor.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
//
2-
// ColorOperations.swift
2+
// ModifiedColor.swift
33
// OpenSwiftUICore
44
//
55
// Audited for iOS 18.0
66
// Status: WIP
7-
// ID: B495DF025D9B78431A787E266E7D8FB1 (SwiftUI?)
8-
// ID: F28C5F7FF836E967BAC87540A3CB4F65 (SwiftUICore?)
7+
// ID: B495DF025D9B78431A787E266E7D8FB1 (SwiftUI)
8+
// ID: F28C5F7FF836E967BAC87540A3CB4F65 (SwiftUICore)
99

1010
extension Color {
1111
public func opacity(_ opacity: Double) -> Color {

0 commit comments

Comments
 (0)