Remove google-toolbox-for-mac from Nearby Package.swift.

PiperOrigin-RevId: 856299845
This commit is contained in:
Nick Bourdakos
2026-01-14 11:42:07 -08:00
committed by Copybara-Service
parent 7e28c16a7e
commit a0a9a65c4f
-15
View File
@@ -51,20 +51,6 @@ let package = Package(
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "google-toolbox-for-mac",
path: "third_party/google-toolbox-for-mac",
exclude: [
"google-toolbox-for-mac/AppKit",
"google-toolbox-for-mac/UnitTesting",
],
sources: ["google-toolbox-for-mac/Foundation/GTMLogger.m"],
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("google-toolbox-for-mac/"),
.unsafeFlags(["-fno-objc-arc"]),
]
),
.target(
name: "smhasher",
path: "third_party/smhasher",
@@ -306,7 +292,6 @@ let package = Package(
.target(
name: "NearbyCommon",
dependencies: [
"google-toolbox-for-mac",
"json",
"smhasher",
"ukey2",