mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Remove google-toolbox-for-mac from Nearby Package.swift.
PiperOrigin-RevId: 856299845
This commit is contained in:
committed by
Copybara-Service
parent
7e28c16a7e
commit
a0a9a65c4f
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user