bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
512 stars 269 forks source link

fix(docs): update Xcode Version Selection example #2451

Open sitaktif opened 7 months ago

sitaktif commented 7 months ago

Before this change, the xcode_version variable was evaluated to the same value as the xcode_build_number variable.

This change instead assigns the XCode version to the xcode_version variable.