Skip to content

Commit

Permalink
Merge pull request #922 from square/sedwards/version-follow-on
Browse files Browse the repository at this point in the history
Update Notes on iOS Simulator
  • Loading branch information
steve-the-edwards authored Feb 14, 2023
2 parents 8df5f39 + b814497 commit fcf0a4e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
(Note we exclude benchmarks, but you can check those too!)
```bash
./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedDebugAndroidTest -x :samples:todo-android:app:connectedDebugAndroidTest
```
NOTE: If you have any unexpected errors in the build or tests and they are related to non-jvm
targets you may need to update your XCode or other iOS tools. See note in the workflow-core and
workflow-runtime modules.

1. Update your tags.
```bash
Expand Down
7 changes: 7 additions & 0 deletions workflow-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This module contains the core workflow APIs.

## Kotlin Multiplatform

This module is a Kotlin Multiplatform module. The targets currently included for build and test
are `jvm`, `ios`, and `iosSimulatorSimulatorArm64`. If you are having issues with the tests,
ensure you have the correct version of XCode installed and can launch a simulator as it's specified
in the gradle build file (Currently iPhone 14).

## Notes on Dispatchers

_Dispatchers control what threads/pools coroutines are run on. [See here for more information.][1]_
Expand Down
7 changes: 7 additions & 0 deletions workflow-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Module workflow-runtime

This module contains the core APIs and logic for running workflows.

## Kotlin Multiplatform

This module is a Kotlin Multiplatform module. The targets currently included for build and test
are `jvm`, `ios`, and `iosSimulatorSimulatorArm64`. If you are having issues with the tests,
ensure you have the correct version of XCode installed and can launch a simulator as it's specified
in the gradle build file (Currently iPhone 14).

0 comments on commit fcf0a4e

Please sign in to comment.