Skip to content

Commit

Permalink
chore(ci): Update scheme name
Browse files Browse the repository at this point in the history
  • Loading branch information
inumakieu authored Oct 3, 2024
1 parent da2c31f commit f3c4f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platforms/iOS/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ let project = Project(
],
schemes: [
Scheme(
name: Environments.appName, // Use the same name as your app for clarity
name: "Chouten-Workspace", // Use the same name as your app for clarity
shared: true, // Ensure this scheme is shared
buildAction: BuildAction(targets: [Environments.appName]),
testAction: TestAction(targets: [], configurations: ["Debug"]), // Specify if you have test targets
Expand Down

0 comments on commit f3c4f4e

Please sign in to comment.