From 0bc8258607df0d817078c20122b0a92db367f2aa Mon Sep 17 00:00:00 2001 From: Axel Niklasson Date: Tue, 13 Jun 2023 14:26:46 +0200 Subject: [PATCH] Update README (#16) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b745397..3b461a1 100644 --- a/README.md +++ b/README.md @@ -173,3 +173,17 @@ The default API level is 30. app-file: app.apk android-api-level: 29 ``` + +# Specifying iOS version + +You can specify what **major** iOS Version to use when running in Maestro Cloud using the `ios-version` parameter. + +The default iOS version is 15. + +```yaml +- uses: mobile-dev-inc/action-maestro-cloud@v1.3.3 + with: + api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }} + app-file: app.zip + ios-version: 16 +```