Skip to content

Commit

Permalink
✍️ Change target name to avoid clash with Firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
monchote authored Sep 2, 2024
1 parent 734a824 commit 6e10046
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
import PackageDescription

let package = Package(
name: "BoringSSL-GRPC",
name: "NearbySSL",
products: [
.library(
name: "openssl_grpc",
targets: ["openssl_grpc"]
name: "NearbySSL",
targets: ["NearbySSL"]
)
],

targets: [
.target(
name: "openssl_grpc",
name: "NearbySSL",
path: ".",
exclude: [
".git/",
Expand Down Expand Up @@ -3400,7 +3400,7 @@ let package = Package(
.testTarget(
name: "build-test",
dependencies: [
"openssl_grpc",
"NearbySSL",
],
path: "SwiftPMTests/build-test"
),
Expand Down

0 comments on commit 6e10046

Please sign in to comment.