|
1 | | -# xcode-simulator-setup |
| 1 | +# setup-xcode-simulator |
2 | 2 |
|
3 | 3 | This action is intended to dynamically find the best available pre-installed Xcode device simulator for macOS images in GitHub Actions. |
4 | 4 |
|
|
70 | 70 | build: |
71 | 71 | runs-on: macos-latest |
72 | 72 | steps: |
73 | | - - uses: orchetect/xcode-simulator-setup@main |
| 73 | + - uses: orchetect/setup-xcode-simulator@main |
74 | 74 | with: |
75 | 75 | scheme: MySchemeName |
76 | 76 | target: iOS |
|
83 | 83 | build: |
84 | 84 | runs-on: macos-latest |
85 | 85 | steps: |
86 | | - - uses: orchetect/xcode-simulator-setup@main |
| 86 | + - uses: orchetect/setup-xcode-simulator@main |
87 | 87 | with: |
88 | 88 | workspace-path: MyProject/MyProject.xcodeproj/project.xcworkspace |
89 | 89 | scheme: MySchemeName |
|
97 | 97 | build: |
98 | 98 | runs-on: macos-latest |
99 | 99 | steps: |
100 | | - - uses: orchetect/xcode-simulator-setup@main |
| 100 | + - uses: orchetect/setup-xcode-simulator@main |
101 | 101 | with: |
102 | 102 | scheme: MySchemeName |
103 | 103 | target: iphone-pro-max |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | - uses: actions/checkout@main |
128 | 128 | - name: Prepare Device Simulator |
129 | 129 | id: sim-setup |
130 | | - uses: orchetect/xcode-simulator-setup@main |
| 130 | + uses: orchetect/setup-xcode-simulator@main |
131 | 131 | with: |
132 | 132 | refresh: true |
133 | 133 | download: true |
@@ -179,7 +179,7 @@ jobs: |
179 | 179 | - uses: actions/checkout@main |
180 | 180 | - name: Prepare Device Simulator |
181 | 181 | id: sim-setup |
182 | | - uses: orchetect/xcode-simulator-setup@main |
| 182 | + uses: orchetect/setup-xcode-simulator@main |
183 | 183 | with: |
184 | 184 | refresh: true |
185 | 185 | download: true |
@@ -220,15 +220,15 @@ Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself [@orchetect] |
220 | 220 |
|
221 | 221 | ## License |
222 | 222 |
|
223 | | -Licensed under the MIT license. See [LICENSE](https://github.com/orchetect/xcode-simulator-setup/blob/main/LICENSE) for details. |
| 223 | +Licensed under the MIT license. See [LICENSE](https://github.com/orchetect/setup-xcode-simulator/blob/main/LICENSE) for details. |
224 | 224 |
|
225 | 225 | ## Community & Support |
226 | 226 |
|
227 | 227 | Please do not email maintainers for technical support. Several options are available for issues and questions: |
228 | 228 |
|
229 | | -- Questions and feature ideas can be posted to [Discussions](https://github.com/orchetect/xcode-simulator-setup/discussions). |
230 | | -- If an issue is a verifiable bug with reproducible steps it may be posted in [Issues](https://github.com/orchetect/xcode-simulator-setup/issues). |
| 229 | +- Questions and feature ideas can be posted to [Discussions](https://github.com/orchetect/setup-xcode-simulator/discussions). |
| 230 | +- If an issue is a verifiable bug with reproducible steps it may be posted in [Issues](https://github.com/orchetect/setup-xcode-simulator/issues). |
231 | 231 |
|
232 | 232 | ## Contributions |
233 | 233 |
|
234 | | -Contributions are welcome. Posting in [Discussions](https://github.com/orchetect/xcode-simulator-setup/discussions) first prior to new submitting PRs for features or modifications is encouraged. |
| 234 | +Contributions are welcome. Posting in [Discussions](https://github.com/orchetect/setup-xcode-simulator/discussions) first prior to new submitting PRs for features or modifications is encouraged. |
0 commit comments