From 3e90a89530f4eb69b0440c1cca3778eb1df7a37b Mon Sep 17 00:00:00 2001 From: allevato Date: Wed, 7 Jun 2017 14:07:25 -0400 Subject: 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 --- .../com/google/devtools/build/lib/rules/objc/AppleSkylarkCommon.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/rules/objc/AppleSkylarkCommon.java') diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/AppleSkylarkCommon.java b/src/main/java/com/google/devtools/build/lib/rules/objc/AppleSkylarkCommon.java index 0eb412a38c..5385f69110 100644 --- a/src/main/java/com/google/devtools/build/lib/rules/objc/AppleSkylarkCommon.java +++ b/src/main/java/com/google/devtools/build/lib/rules/objc/AppleSkylarkCommon.java @@ -202,8 +202,9 @@ public class AppleSkylarkCommon { @SkylarkCallable( name = IosDeviceProvider.SKYLARK_NAME, doc = - "Returns the provider constructor for IosDeviceProvider. Use this as a key to access the " - + "attributes exposed by ios_device.", + "[NOTE: This is deprecated and will be removed in the future. Use the new Skylark testing " + + "rules instead.] Returns the provider constructor for IosDeviceProvider. Use this as " + + "a key to access the attributes exposed by ios_device.", structField = true ) public ClassObjectConstructor getIosDeviceProviderConstructor() { -- cgit v1.2.3