From 3b3ca30265532233063677fa4ab9984637f4fad7 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 21 Jun 2025 18:22:30 +0800 Subject: [PATCH] Update OpenSwiftUICompatibilityTests folder structure Merge OpenSwiftUI and OpenSwiftUICore subdirectory --- .../Data/Environment/EnvironmentValuesTests.swift | 0 .../{SwiftUICore => }/Data/State/StateTests.swift | 0 .../{SwiftUICore => }/Graphics/Color/ColorResolvedTests.swift | 0 .../{SwiftUICore => }/Graphics/Color/ModifiedColorTests.swift | 0 .../{SwiftUICore => }/Graphics/Color/RGBColorSpaceTests.swift | 0 .../Integration/PlatformHostingControllerTests.swift | 0 .../{SwiftUICore => }/Layout/Geometry/AngleTests.swift | 0 .../{SwiftUICore => }/Layout/Geometry/AxisTests.swift | 0 .../Modifier/ViewModifier/AppearanceActionModifierTests.swift | 0 .../{SwiftUICore => }/View/AnyViewTests.swift | 0 .../{SwiftUI => }/View/Debug/ChangedBodyPropertyTests.swift | 0 .../View/IdentifiedView/IdentifiedViewProxyTests.swift | 0 .../View/IdentifiedView/IdentifiedViewTreeTests.swift | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/Data/Environment/EnvironmentValuesTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/Data/State/StateTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/Graphics/Color/ColorResolvedTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/Graphics/Color/ModifiedColorTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/Graphics/Color/RGBColorSpaceTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUI => }/Integration/PlatformHostingControllerTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/Layout/Geometry/AngleTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/Layout/Geometry/AxisTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/Modifier/ViewModifier/AppearanceActionModifierTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/View/AnyViewTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUI => }/View/Debug/ChangedBodyPropertyTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/View/IdentifiedView/IdentifiedViewProxyTests.swift (100%) rename Tests/OpenSwiftUICompatibilityTests/{SwiftUICore => }/View/IdentifiedView/IdentifiedViewTreeTests.swift (100%) diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Data/Environment/EnvironmentValuesTests.swift b/Tests/OpenSwiftUICompatibilityTests/Data/Environment/EnvironmentValuesTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Data/Environment/EnvironmentValuesTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Data/Environment/EnvironmentValuesTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Data/State/StateTests.swift b/Tests/OpenSwiftUICompatibilityTests/Data/State/StateTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Data/State/StateTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Data/State/StateTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Graphics/Color/ColorResolvedTests.swift b/Tests/OpenSwiftUICompatibilityTests/Graphics/Color/ColorResolvedTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Graphics/Color/ColorResolvedTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Graphics/Color/ColorResolvedTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Graphics/Color/ModifiedColorTests.swift b/Tests/OpenSwiftUICompatibilityTests/Graphics/Color/ModifiedColorTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Graphics/Color/ModifiedColorTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Graphics/Color/ModifiedColorTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Graphics/Color/RGBColorSpaceTests.swift b/Tests/OpenSwiftUICompatibilityTests/Graphics/Color/RGBColorSpaceTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Graphics/Color/RGBColorSpaceTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Graphics/Color/RGBColorSpaceTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUI/Integration/PlatformHostingControllerTests.swift b/Tests/OpenSwiftUICompatibilityTests/Integration/PlatformHostingControllerTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUI/Integration/PlatformHostingControllerTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Integration/PlatformHostingControllerTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Layout/Geometry/AngleTests.swift b/Tests/OpenSwiftUICompatibilityTests/Layout/Geometry/AngleTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Layout/Geometry/AngleTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Layout/Geometry/AngleTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Layout/Geometry/AxisTests.swift b/Tests/OpenSwiftUICompatibilityTests/Layout/Geometry/AxisTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Layout/Geometry/AxisTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Layout/Geometry/AxisTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Modifier/ViewModifier/AppearanceActionModifierTests.swift b/Tests/OpenSwiftUICompatibilityTests/Modifier/ViewModifier/AppearanceActionModifierTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/Modifier/ViewModifier/AppearanceActionModifierTests.swift rename to Tests/OpenSwiftUICompatibilityTests/Modifier/ViewModifier/AppearanceActionModifierTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/View/AnyViewTests.swift b/Tests/OpenSwiftUICompatibilityTests/View/AnyViewTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/View/AnyViewTests.swift rename to Tests/OpenSwiftUICompatibilityTests/View/AnyViewTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUI/View/Debug/ChangedBodyPropertyTests.swift b/Tests/OpenSwiftUICompatibilityTests/View/Debug/ChangedBodyPropertyTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUI/View/Debug/ChangedBodyPropertyTests.swift rename to Tests/OpenSwiftUICompatibilityTests/View/Debug/ChangedBodyPropertyTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/View/IdentifiedView/IdentifiedViewProxyTests.swift b/Tests/OpenSwiftUICompatibilityTests/View/IdentifiedView/IdentifiedViewProxyTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/View/IdentifiedView/IdentifiedViewProxyTests.swift rename to Tests/OpenSwiftUICompatibilityTests/View/IdentifiedView/IdentifiedViewProxyTests.swift diff --git a/Tests/OpenSwiftUICompatibilityTests/SwiftUICore/View/IdentifiedView/IdentifiedViewTreeTests.swift b/Tests/OpenSwiftUICompatibilityTests/View/IdentifiedView/IdentifiedViewTreeTests.swift similarity index 100% rename from Tests/OpenSwiftUICompatibilityTests/SwiftUICore/View/IdentifiedView/IdentifiedViewTreeTests.swift rename to Tests/OpenSwiftUICompatibilityTests/View/IdentifiedView/IdentifiedViewTreeTests.swift