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: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* @square/foundation-ios

# WorkflowUI, WorkflowSwiftUI, WorkflowSwiftUIExperimental
# WorkflowUI, WorkflowSwiftUI
/Workflow*UI*/ @square/foundation-ios @square/ui-systems-ios

# ViewEnvironment, ViewEnvironmentUI
Expand Down
17 changes: 0 additions & 17 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ let package = Package(
// MARK: ViewEnvironmentUI

.singleTargetLibrary("ViewEnvironmentUI"),

// MARK: WorkflowSwiftUIExperimental

.singleTargetLibrary("WorkflowSwiftUIExperimental"),
],
dependencies: [
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "7.1.1"),
Expand Down Expand Up @@ -253,19 +249,6 @@ let package = Package(
dependencies: ["ViewEnvironment"],
path: "ViewEnvironmentUI/Sources"
),

// MARK: WorkflowSwiftUIExperimental

.target(
name: "WorkflowSwiftUIExperimental",
dependencies: ["Workflow", "WorkflowUI"],
path: "WorkflowSwiftUIExperimental/Sources"
),
.testTarget(
name: "WorkflowSwiftUIExperimentalTests",
dependencies: ["WorkflowSwiftUIExperimental", "Workflow", "WorkflowUI"],
path: "WorkflowSwiftUIExperimental/Tests"
),
],
swiftLanguageVersions: [.v5]
)
Expand Down
7 changes: 0 additions & 7 deletions Samples/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,6 @@ let project = Project(
dependencies: [.external(name: "WorkflowSwiftUI")]
),

.unitTest(
for: "WorkflowSwiftUIExperimental",
sources: "../WorkflowSwiftUIExperimental/Tests/**",
dependencies: [.external(name: "WorkflowSwiftUIExperimental")]
),

// It's not currently possible to create a Tuist target that depends on a macro target. See
// https://github.com/tuist/tuist/issues/5827, https://github.com/tuist/tuist/issues/6651,
// and similar issues.
Expand Down Expand Up @@ -274,7 +268,6 @@ let project = Project(
"WorkflowRxSwift-Tests",
"WorkflowRxSwiftTesting-Tests",
"WorkflowSwiftUI-Tests",
"WorkflowSwiftUIExperimental-Tests",
"WorkflowTesting-Tests",
"WorkflowUI-Tests",
]
Expand Down
1 change: 0 additions & 1 deletion Samples/Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ let packageSettings = PackageSettings(
"WorkflowReactiveSwiftTesting": unsuppressedWarningsSettings,
"WorkflowRxSwift": unsuppressedWarningsSettings,
"WorkflowRxSwiftTesting": unsuppressedWarningsSettings,
"WorkflowSwiftUIExperimental": unsuppressedWarningsSettings,
"WorkflowTesting": unsuppressedWarningsSettings,
"WorkflowUI": unsuppressedWarningsSettings,
]
Expand Down
1 change: 0 additions & 1 deletion Samples/Workspace.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ let workspace = Workspace(
.workflow("WorkflowConcurrencyTesting"),
.workflow("ViewEnvironment"),
.workflow("ViewEnvironmentUI"),
.workflow("WorkflowSwiftUIExperimental"),
.scheme(
name: "Documentation",
buildAction: .buildAction(
Expand Down
295 changes: 0 additions & 295 deletions WorkflowSwiftUI/Sources/WorkflowView.swift

This file was deleted.

3 changes: 0 additions & 3 deletions WorkflowSwiftUIExperimental/README.md

This file was deleted.

Loading
Loading