Bump rules_apple to 0.14.0

Fixes #83.

Closes #84.

PiperOrigin-RevId: 241542034
diff --git a/WORKSPACE b/WORKSPACE
index 880887f..d47016e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,7 +3,7 @@
 git_repository(
     name = "build_bazel_rules_apple",
     remote = "https://github.com/bazelbuild/rules_apple.git",
-    tag = "0.13.0",
+    tag = "0.14.0",
 )
 
 load(