File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ workflows:
3434 test_swiftpm :
3535 envs :
3636 - SAMPLE_APP_URL : https://github.com/bitrise-io/sample-apps-ios-swiftpm.git
37- - BITRISE_PROJECT_PATH : sample-swiftpm .xcodeproj
38- - BITRISE_SCHEME : " sample swiftpm "
37+ - BITRISE_PROJECT_PATH : " sample-swiftpm2/sample-swiftpm2 .xcodeproj"
38+ - BITRISE_SCHEME : " sample-swiftpm2 "
3939 after_run :
4040 - _run_and_test_output
4141
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ inputs:
4040 - workdir : $BITRISE_SOURCE_DIR
4141 opts :
4242 title : " Working directory"
43- summary : " "
43+ summary : " Working directory of the step "
4444 description : |
4545 Working directory of the step.
4646 You can leave it empty to don't change it.
@@ -49,7 +49,7 @@ inputs:
4949 - project_path : $BITRISE_PROJECT_PATH
5050 opts :
5151 title : " Project (or Workspace) path"
52- summary : " "
52+ summary : " `.xcodeproj` or `.xcworkspace` path "
5353 description : |
5454 A `.xcodeproj` or `.xcworkspace` path, relative to
5555 the Workfing directory (if specified).
@@ -59,7 +59,7 @@ inputs:
5959 - scheme : $BITRISE_SCHEME
6060 opts :
6161 title : " Scheme name"
62- summary : " "
62+ summary : " The Scheme to use. "
6363 description : |
6464 The Scheme to use.
6565
You can’t perform that action at this time.
0 commit comments