-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #922 from square/sedwards/version-follow-on
Update Notes on iOS Simulator
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |