Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549777061
  • Loading branch information
googlewalt authored and swiple-rules-gardener committed Jul 20, 2023
1 parent c97983d commit ac3f716
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/multi_platform/Buttons/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ ios_application(
"iphone",
"ipad",
],
features = ["exported_symbols"],
infoplists = ["Buttons/Info.plist"],
minimum_os_version = "11.0",
watch_application = ":ButtonsWatch",
Expand Down Expand Up @@ -297,6 +298,7 @@ objc_library(
macos_application(
name = "ButtonsMac",
bundle_id = "com.google.ButtonsMac",
features = ["exported_symbols"],
infoplists = ["ButtonsMac/Info.plist"],
minimum_os_version = "10.13",
deps = [
Expand Down

1 comment on commit ac3f716

@keith
Copy link
Member

@keith keith commented on ac3f716 Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.