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
- Host: GitHub
- URL: https://github.com/muukii/actions-xcode-create-simulator
- Owner: muukii
- Created: 2022-12-15T09:09:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T13:59:49.000Z (over 2 years ago)
- Last Synced: 2024-04-15T01:19:09.923Z (about 1 year ago)
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}
```