This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Commit 4578b1a
committed
Constrain WordPressShared dependency to iOS platform only
This prevents builds failing with:
> error: the library 'CoreAPI' requires macos 10.13, but depends on the
> product 'WordPressShared' which requires macos 12.0; consider changing
> the library 'CoreAPI' to require macos 12.0 or later, or the product
> 'WordPressShared' to require macos 10.13 or earlier.
WordPressShared internally depends on the SwiftLint plugin, which
explicitly declares a macOS version.1 parent e93f937 commit 4578b1a
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments