An open API service indexing awesome lists of open source software.

https://github.com/muukii/actions-xcode-install-simulator

Installs simulator runtime for Xcode development
https://github.com/muukii/actions-xcode-install-simulator

actions

Last synced: about 1 month ago
JSON representation

Installs simulator runtime for Xcode development

Awesome Lists containing this project

README

        

# actions-xcode-install-simulator

An Actions for GitHub that installs iOS Runtime for Simulator.

- Using [Xcodes](https://github.com/RobotsAndPencils/xcodes)

```yml
steps:
- uses: muukii/actions-xcode-install-simulator@main
with:
ios_version: "13.7"
```