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 .buildscript/build_swift_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ for scheme in $WORKFLOW_SCHEMES; do
--output-folder "$SOURCEDOCS_OUTPUT_DIR/$scheme" \
-- \
-scheme $scheme \
-workspace Samples/Development.xcworkspace
-workspace Samples/WorkflowDevelopment.xcworkspace
done
2 changes: 1 addition & 1 deletion Samples/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let snapshotEnvironment: [String: EnvironmentVariable] = {
}()

let project = Project(
name: "Development",
name: "WorkflowDevelopment",
settings: .settings(base: ["ENABLE_MODULE_VERIFIER": "YES"]),
targets: [
// MARK: - Samples
Expand Down
2 changes: 1 addition & 1 deletion Samples/Tuist/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let packageSettings = PackageSettings(
#endif

let package = Package(
name: "Development",
name: "WorkflowDevelopment",
dependencies: [
.package(path: "../../"),
.package(url: "https://github.com/uber/ios-snapshot-test-case.git", from: "8.0.0"),
Expand Down
2 changes: 1 addition & 1 deletion Samples/Tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Generating workspace Tutorial.xcworkspace
Generating project Workflow
Generating project Tutorial
Generating project swift-case-paths
Generating project Development
Generating project WorkflowDevelopment
Generating project xctest-dynamic-overlay
Generating project swift-identified-collections
Generating project ReactiveSwift
Expand Down
2 changes: 1 addition & 1 deletion Samples/Workspace.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ProjectDescription
import ProjectDescriptionHelpers

let workspace = Workspace(
name: "Development",
name: "WorkflowDevelopment",
projects: [".", "Tutorial"],
schemes: [
// Generate a scheme for each target in Package.swift for convenience
Expand Down
Loading