We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
objc_library
1 parent 321bf26 commit efdb470Copy full SHA for efdb470
examples/apple/objc_interop/BUILD
@@ -2,8 +2,15 @@
2
# vice versa when it is linked into the existing native linking rules for Apple
3
# platforms.
4
5
-load("//swift:swift_binary.bzl", "swift_binary")
6
-load("//swift:swift_library.bzl", "swift_library")
+load("@rules_cc//cc:objc_library.bzl", "objc_library")
+load(
7
+ "//swift:swift_binary.bzl",
8
+ "swift_binary",
9
+)
10
11
+ "//swift:swift_library.bzl",
12
+ "swift_library",
13
14
15
licenses(["notice"])
16
test/fixtures/interop_hints/BUILD
@@ -1,3 +1,4 @@
1
load(
"//swift:swift_interop_hint.bzl",
"swift_interop_hint",
0 commit comments