bazelbuild / tulsi

An Xcode Project Generator For Bazel
http://tulsi.bazel.build
Apache License 2.0
547 stars 123 forks source link

Migrate away from "deps" to "storyboards" and "resources". #372

Closed thii closed 2 years ago

thii commented 2 years ago

"deps" implies code dependencies, which the existing watchos_application rule does not support. However, single target watchOS applications which will be supported by a watchos_single_target_application rule and eventually the watchos_application rule itself do own code dependencies. That changes the meaning of "deps" as it is used today.

The "deps" attr will be removed from the watchos_application in a future change on rules_apple, which will be tracked in [].

PiperOrigin-RevId: 474890643 (cherry picked from commit 6b532f6e877bdae7ec30f0c68940eb5f4f3590a6)