Commit 7992d77
authored
Add macCatalyst to the PlatformChecks (#524)
### Motivation When attempting to compile the Swift OpenAPI Generator on MacCatalyst, code that compiles on iOS will _not_ compile as it will fail on the `PlatformChecks`. ### Modifications Added an extra condition in `PlatformChecks` to allow running on MacCatalyst. ### Result fixes #523 ### Test Plan I've tried to familiarize myself with the project, but could not come up with a good way to add a test for running the tool on MacCatalyst. In my manual testing giving the instructions in the issue, it now works as expected.1 parent 7bd8dad commit 7992d77
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments