Skip to content

Commit ac3f716

Browse files
googlewaltswiple-rules-gardener
authored andcommitted
Internal change
PiperOrigin-RevId: 549777061
1 parent c97983d commit ac3f716

File tree

1 file changed

+2
-0
lines changed
  • examples/multi_platform/Buttons

1 file changed

+2
-0
lines changed

examples/multi_platform/Buttons/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ ios_application(
9090
"iphone",
9191
"ipad",
9292
],
93+
features = ["exported_symbols"],
9394
infoplists = ["Buttons/Info.plist"],
9495
minimum_os_version = "11.0",
9596
watch_application = ":ButtonsWatch",
@@ -297,6 +298,7 @@ objc_library(
297298
macos_application(
298299
name = "ButtonsMac",
299300
bundle_id = "com.google.ButtonsMac",
301+
features = ["exported_symbols"],
300302
infoplists = ["ButtonsMac/Info.plist"],
301303
minimum_os_version = "10.13",
302304
deps = [

0 commit comments

Comments
 (0)