Skip to content

Commit

Permalink
Update README (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelniklasson authored Jun 13, 2023
1 parent 30d670d commit 0bc8258
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: app.zip
ios-version: 16
```

0 comments on commit 0bc8258

Please sign in to comment.