Skip to content

Commit af8d93a

Browse files
luispadronallevato
andauthored
Correct the documentation for the xcode_sdk_variant.version attribute. (#360)
It was only meant to hold the user-friendly version, not the full build version (the latter is already in the `build_version` attribute). PiperOrigin-RevId: 715041518 Co-authored-by: Tony Allevato <[email protected]>
1 parent bce234f commit af8d93a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

xcode/providers.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ XcodeSdkVariantInfo = provider(
9999
""",
100100
"version": """\
101101
`apple_common.dotted_version`. The full version string for this SDK,
102-
which is of the form `<major>.<minor>.<patch>.<build>` (where the
103-
fourth component is the same as the `build_version` attribute).
102+
which is of the form `<major>.<minor>.<patch>`.
104103
""",
105104
},
106105
)

xcode/xcode_sdk_variant.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ xcode_sdk_variant = rule(
155155
"version": attr.string(
156156
doc = """\
157157
The full version string for this SDK, which is of the form
158-
`<major>.<minor>.<patch>.<build>` (where the fourth component is
159-
the same as the `build_version` attribute).
158+
`<major>.<minor>.<patch>`.
160159
""",
161160
),
162161
},

0 commit comments

Comments
 (0)