From 5066f42bba678e736a451c4fb57557e92f316141 Mon Sep 17 00:00:00 2001 From: Thai Duong <thaidn@google.com> Date: Thu, 22 Mar 2018 22:27:57 -0700 Subject: [PATCH] Using rules_apple 0.3.0. These versions are known to work well with each other. PiperOrigin-RevId: 190175841 GitOrigin-RevId: 93684984c4f26263c658c3bf47a578b17123dcfd --- WORKSPACE | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index b5c8ca3a9..57995ea5d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -511,8 +511,22 @@ java_import_external( http_archive( name = "build_bazel_rules_apple", - strip_prefix = "rules_apple-a2b620070d373e4f265194b69f65e9e5c17fbcb8", - url = "https://github.com/bazelbuild/rules_apple/archive/a2b620070d373e4f265194b69f65e9e5c17fbcb8.zip", + strip_prefix = "rules_apple-0.3.0", + url = "https://github.com/bazelbuild/rules_apple/archive/0.3.0.zip", + sha256 = "0c2f7b903c2334a3e7e0b565f0f80a854047ac36202978318f853cb762bf33f3", +) + +http_archive( + name = "bazel_skylib", + strip_prefix = "bazel-skylib-0.3.1", + url = "https://github.com/bazelbuild/bazel-skylib/archive/0.3.1.zip", + sha256 = "95518adafc9a2b656667bbf517a952e54ce7f350779d0dd95133db4eb5c27fb1", +) + +http_file( + name = "xctestrunner", + executable = 1, + url = "https://github.com/google/xctestrunner/releases/download/0.2.1/ios_test_runner.par", ) #----------------------------------------------------------------------------- -- GitLab