Skip to content

Commit 5657471

Browse files
committed
[iOS] Update Obj-C sample app
1 parent 0338982 commit 5657471

File tree

3 files changed

+320
-18
lines changed

3 files changed

+320
-18
lines changed

bazel/framework_imports_extractor.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def _framework_imports_extractor(ctx):
2929
arch = arch[4:]
3030

3131
outputs.extend([
32-
ctx.actions.declare_file("Capture.framework/Modules/Capture.swiftmodule/{}.swiftdoc".format(arch)),
33-
ctx.actions.declare_file("Capture.framework/Modules/Capture.swiftmodule/{}.swiftinterface".format(arch)),
32+
ctx.actions.declare_file("Capture.framework/Modules/Capture.swiftmodule/{}.swiftmodule".format(arch)),
3433
])
3534

3635
if len(ctx.attr.framework[0].files.to_list()) != 1:

0 commit comments

Comments
 (0)