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

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

Creates an iOS Simulator specified version and device
https://github.com/muukii/actions-xcode-create-simulator

Last synced: about 1 month ago
JSON representation

Creates an iOS Simulator specified version and device

Awesome Lists containing this project

README

        

# actions-xcode-create-simulator

```yml
steps:
- uses: muukii/actions-xcode-install-simulator@main
with:
ios_version: '13.7'
- uses: muukii/actions-xcode-create-simulator@main
id: target
with:
device: 'iPhone 8'
runtime: '13.7
- run: echo ${{ steps.target.outputs.uuid }}
```