Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
Installs simulator runtime for Xcode development
- Host: GitHub
- URL: https://github.com/muukii/actions-xcode-install-simulator
- Owner: muukii
- Created: 2022-12-15T08:26:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T13:10:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T12:17:52.961Z (29 days ago)
- Topics: actions
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```