Skip to content

build: rename generated project #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025
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