diff --git a/bitrise.yml b/bitrise.yml index d6ce1ec..f32ecb9 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -34,8 +34,8 @@ workflows: test_swiftpm: envs: - SAMPLE_APP_URL: https://github.com/bitrise-io/sample-apps-ios-swiftpm.git - - BITRISE_PROJECT_PATH: sample-swiftpm.xcodeproj - - BITRISE_SCHEME: "sample swiftpm" + - BITRISE_PROJECT_PATH: "sample-swiftpm2/sample-swiftpm2.xcodeproj" + - BITRISE_SCHEME: "sample-swiftpm2" after_run: - _run_and_test_output diff --git a/step.yml b/step.yml index 5f3c1bb..a4336e3 100644 --- a/step.yml +++ b/step.yml @@ -40,7 +40,7 @@ inputs: - workdir: $BITRISE_SOURCE_DIR opts: title: "Working directory" - summary: "" + summary: "Working directory of the step" description: | Working directory of the step. You can leave it empty to don't change it. @@ -49,7 +49,7 @@ inputs: - project_path: $BITRISE_PROJECT_PATH opts: title: "Project (or Workspace) path" - summary: "" + summary: "`.xcodeproj` or `.xcworkspace` path" description: | A `.xcodeproj` or `.xcworkspace` path, relative to the Workfing directory (if specified). @@ -59,7 +59,7 @@ inputs: - scheme: $BITRISE_SCHEME opts: title: "Scheme name" - summary: "" + summary: "The Scheme to use." description: | The Scheme to use.