We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apple_common.platform
1 parent 764614e commit 85d7ed6Copy full SHA for 85d7ed6
src/main/java/com/google/devtools/build/lib/starlarkbuildapi/apple/AppleCommonApi.java
@@ -87,7 +87,7 @@ public interface AppleCommonApi<
87
+ "<li><code>tvos_device</code></li>"
88
+ "<li><code>tvos_simulator</code></li>"
89
+ "<li><code>watchos_device</code></li>"
90
- + "<li><code>watchos_device</code></li>"
+ + "<li><code>watchos_simulator</code></li>"
91
+ "</ul><p>"
92
+ "These values can be passed to methods that expect a platform, like "
93
+ "<a href='XcodeVersionConfig.html#sdk_version_for_platform'>"
0 commit comments