aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/objc/IosTestRule.java
diff options
context:
space:
mode:
authorGravatar allevato <allevato@google.com>2017-06-07 14:07:25 -0400
committerGravatar John Cater <jcater@google.com>2017-06-08 10:52:30 -0400
commit3e90a89530f4eb69b0440c1cca3778eb1df7a37b (patch)
treeb99863754eafc37d1260733042a4c6574becf3cc /src/main/java/com/google/devtools/build/lib/rules/objc/IosTestRule.java
parent8af9dc526050d84856ebd4624c37d8cbb4ec7847 (diff)
Deprecate ios_device and ios_test.
RELNOTES: ios_device and ios_test are deprecated. Please use the new testing rules in https://github.com/bazelbuild/rules_apple instead. PiperOrigin-RevId: 158290414
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc/IosTestRule.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/IosTestRule.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/IosTestRule.java b/src/main/java/com/google/devtools/build/lib/rules/objc/IosTestRule.java
index f837b132ab..55bfea69c0 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/IosTestRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/IosTestRule.java
@@ -181,6 +181,10 @@ public class IosTestRule implements RuleDefinition {
/*<!-- #BLAZE_RULE (NAME = ios_test, TYPE = TEST, FAMILY = Objective-C) -->
+<p><strong>This rule is deprecated.</strong> Please use the new Apple build rules
+(<a href="https://github.com/bazelbuild/rules_apple">https://github.com/bazelbuild/rules_apple</a>)
+to build Apple targets.</p>
+
<p>This rule provides a way to build iOS unit tests written in KIF, GTM and XCTest test frameworks
on both iOS simulator and real devices.
</p>