From a0a9a65c4f1f9579d0e8cf802b2f784e40fb807c Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Wed, 14 Jan 2026 11:40:49 -0800 Subject: [PATCH] Remove `google-toolbox-for-mac` from Nearby Package.swift. PiperOrigin-RevId: 856299845 --- Package.swift | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Package.swift b/Package.swift index 280fe42c..6b97e596 100644 --- a/Package.swift +++ b/Package.swift @@ -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",