We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97983d commit ac3f716Copy full SHA for ac3f716
examples/multi_platform/Buttons/BUILD
@@ -90,6 +90,7 @@ ios_application(
90
"iphone",
91
"ipad",
92
],
93
+ features = ["exported_symbols"],
94
infoplists = ["Buttons/Info.plist"],
95
minimum_os_version = "11.0",
96
watch_application = ":ButtonsWatch",
@@ -297,6 +298,7 @@ objc_library(
297
298
macos_application(
299
name = "ButtonsMac",
300
bundle_id = "com.google.ButtonsMac",
301
302
infoplists = ["ButtonsMac/Info.plist"],
303
minimum_os_version = "10.13",
304
deps = [
0 commit comments