Skip to content

Commit d5fcfc3

Browse files
authored
Update step.yml (#76)
* Update step.yml * Update README
1 parent ab0e46b commit d5fcfc3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It is important that you use `bootstrap` Carthage command, as this is the only c
3131

3232
## 🧩 Get started
3333

34-
Add this step directly to your workflow in the [Bitrise Workflow Editor](https://devcenter.bitrise.io/steps-and-workflows/steps-and-workflows-index/).
34+
Add this step directly to your workflow in the [Bitrise Workflow Editor](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/steps/adding-steps-to-a-workflow.html).
3535

3636
You can also run this step directly with [Bitrise CLI](https://github.com/bitrise-io/bitrise).
3737

@@ -43,8 +43,8 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris
4343
| Key | Description | Flags | Default |
4444
| --- | --- | --- | --- |
4545
| `carthage_command` | Select a command to set up your dependencies. The step will cache your dependencies only when using `bootstrap` in this input and you have `cache-pull` and `cache-push` steps in your workflow. To see available commands run: `carthage help` on your local machine. | required | `bootstrap` |
46-
| `carthage_options` | Options added to the end of the Carthage call. You can use multiple options, separated by a space character. To see available command's options, call `carthage help COMMAND` Format example: `--platform ios` | | |
47-
| `github_access_token` | Use this input to avoid Github rate limit issues. See the github's guide: [Creating an access token for command-line use](https://help.github.com/articles/creating-an-access-token-for-command-line-use/), how to create Personal Access Token. __UNCHECK EVERY SCOPE BOX__ when creating this token. There is no reason this token needs access to private information. | sensitive | `$GITHUB_ACCESS_TOKEN` |
46+
| `carthage_options` | Options added to the end of the Carthage call. You can use multiple options, separated by a space character. To see available command's options, call `carthage help COMMAND` Format example: `--platform ios` | | |
47+
| `github_access_token` | Use this input to avoid Github rate limit issues. See the github's guide: [Creating an access token for command-line use](https://help.github.com/articles/creating-an-access-token-for-command-line-use/), how to create Personal Access Token. __UNCHECK EVERY SCOPE BOX__ when creating this token. There is no reason this token needs access to private information. | sensitive | `$GITHUB_ACCESS_TOKEN` |
4848
| `xcconfig` | Use this input to provide an `xcconfig` file as a workaround for the Xcode 12 issue. For more information, see [the Github issue](https://github.com/Carthage/Carthage/issues/3019). Can either be a local file provided with the `file://` scheme (like `file://path/to/file.xcconfig`) or an URL (like https://domain.com/file.xconfig). | | |
4949
| `verbose_log` | Enable verbose logging? | required | `no` |
5050
</details>
@@ -58,11 +58,10 @@ There are no outputs defined in this step
5858

5959
We welcome [pull requests](https://github.com/bitrise-steplib/steps-carthage/pulls) and [issues](https://github.com/bitrise-steplib/steps-carthage/issues) against this repository.
6060

61-
For pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://devcenter.bitrise.io/bitrise-cli/run-your-first-build/).
61+
For pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://docs.bitrise.io/en/bitrise-ci/bitrise-cli/running-your-first-local-build-with-the-cli.html).
6262

6363
**Note:** this step's end-to-end tests (defined in `e2e/bitrise.yml`) are working with secrets which are intentionally not stored in this repo. External contributors won't be able to run those tests. Don't worry, if you open a PR with your contribution, we will help with running tests and make sure that they pass.
6464

6565
Learn more about developing steps:
6666

67-
- [Create your own step](https://devcenter.bitrise.io/contributors/create-your-own-step/)
68-
- [Testing your Step](https://devcenter.bitrise.io/contributors/testing-and-versioning-your-steps/)
67+
- [Create your own step](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/developing-your-own-bitrise-step/developing-a-new-step.html)

step.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ support_url: https://github.com/bitrise-steplib/steps-carthage/issues
2828
host_os_tags:
2929
- osx-10.10
3030
project_type_tags:
31-
- ios
32-
- macos
3331
- cordova
32+
- flutter
3433
- ionic
34+
- ios
35+
- kotlin-multiplatform
36+
- macos
3537
- react-native
36-
- flutter
3738
type_tags:
3839
- dependency
3940
is_requires_admin_user: false

0 commit comments

Comments
 (0)