|
|
|
@ -14,12 +14,13 @@ |
|
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
|
# limitations under the License. |
|
|
|
|
|
|
|
|
|
load("//bazel:grpc_build_system.bzl", "grpc_generate_objc_one_off_targets", "grpc_objc_library") |
|
|
|
|
load("@build_bazel_rules_apple//apple:resources.bzl", "apple_resource_bundle") |
|
|
|
|
|
|
|
|
|
licenses(["notice"]) # Apache v2 |
|
|
|
|
|
|
|
|
|
package(default_visibility = ["//visibility:public"]) |
|
|
|
|
|
|
|
|
|
load("//bazel:grpc_build_system.bzl", "grpc_generate_objc_one_off_targets", "grpc_objc_library") |
|
|
|
|
|
|
|
|
|
exports_files(["LICENSE"]) |
|
|
|
|
|
|
|
|
|
grpc_generate_objc_one_off_targets() |
|
|
|
@ -195,8 +196,6 @@ grpc_objc_library( |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
load("@build_bazel_rules_apple//apple:resources.bzl", "apple_resource_bundle") |
|
|
|
|
|
|
|
|
|
apple_resource_bundle( |
|
|
|
|
# The choice of name is signicant here, since it determines the bundle name. |
|
|
|
|
name = "gRPCCertificates", |
|
|
|
|