Skip to content

Commit

Permalink
exclude cronet files from swift package file
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Apr 21, 2024
1 parent 33943d4 commit bfccd50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ let package = Package(
"third_party/re2/LICENSE",
"third_party/utf8_range/LICENSE",
"third_party/xxhash/LICENSE",
"third_party/zlib/LICENSE",
"tests",
"include/grpc/grpc_cronet.h",
"src/core/ext/transport/cronet/",
"third_party/objective_c/Cronet/bidirectional_stream_c.h",
],

sources: [
Expand Down Expand Up @@ -80,6 +84,8 @@ let package = Package(
path: basePath,
exclude: [
"tests",
"include/grpcpp/security/cronet_credentials.h",
"src/cpp/client/cronet_credentials.cc",
],
sources: [
"src/cpp/",
Expand Down

0 comments on commit bfccd50

Please sign in to comment.