Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 16 days 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"
```