Skip to content

Commit 833e31a

Browse files
authored
Update step.yml (#56)
* Update step.yml * Update README
1 parent 1f939c3 commit 833e31a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For more configuration options, see the descriptions of other inputs in the `ste
4444

4545
## 🧩 Get started
4646

47-
Add this step directly to your workflow in the [Bitrise Workflow Editor](https://devcenter.bitrise.io/steps-and-workflows/steps-and-workflows-index/).
47+
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).
4848

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

@@ -81,9 +81,8 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris
8181

8282
We welcome [pull requests](https://github.com/bitrise-steplib/steps-xcode-build-for-simulator/pulls) and [issues](https://github.com/bitrise-steplib/steps-xcode-build-for-simulator/issues) against this repository.
8383

84-
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/).
84+
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).
8585

8686
Learn more about developing steps:
8787

88-
- [Create your own step](https://devcenter.bitrise.io/contributors/create-your-own-step/)
89-
- [Testing your Step](https://devcenter.bitrise.io/contributors/testing-and-versioning-your-steps/)
88+
- [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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ source_code_url: https://github.com/bitrise-steplib/steps-xcode-build-for-simula
3939
support_url: https://github.com/bitrise-steplib/steps-xcode-build-for-simulator/issues
4040

4141
project_type_tags:
42-
- ios
43-
- react-native
4442
- cordova
43+
- flutter
4544
- ionic
45+
- ios
46+
- kotlin-multiplatform
47+
- react-native
4648
type_tags:
4749
- build
4850

0 commit comments

Comments
 (0)