Skip to content

Commit

Permalink
Update docs to stop indicating that Foundation and UIKit will be link…
Browse files Browse the repository at this point in the history
…ed by default

We no longer do that internally.

PiperOrigin-RevId: 595403876
Change-Id: If951b6baeeb6a010bc6b067f6390439e06d20803
  • Loading branch information
googlewalt authored and copybara-github committed Jan 3, 2024
1 parent d8d9078 commit d36c1ed
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ public static class SdkFrameworksDependerRule implements RuleDefinition {
public RuleClass build(RuleClass.Builder builder, RuleDefinitionEnvironment environment) {
return builder
/* <!-- #BLAZE_RULE($objc_sdk_frameworks_depender_rule).ATTRIBUTE(sdk_frameworks) -->
Names of SDK frameworks to link with (e.g. "AddressBook", "QuartzCore"). "UIKit" and
"Foundation" are always included when building for the iOS, tvOS, visionOS,
and watchOS platforms. For macOS, only "Foundation" is always included.
Names of SDK frameworks to link with (e.g. "AddressBook", "QuartzCore").
<p> When linking a top level Apple binary, all SDK frameworks listed in that binary's
transitive dependency graph are linked.
Expand Down

0 comments on commit d36c1ed

Please sign in to comment.