Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ let targets: [Target] = [
name: "GRPCNIOTransportHTTP2Tests",
dependencies: [
.target(name: "GRPCNIOTransportHTTP2"),
.product(name: "GRPCCore", package: "grpc-swift"),
.product(name: "X509", package: "swift-certificates"),
.product(name: "NIOSSL", package: "swift-nio-ssl"),
],
Expand Down
1 change: 0 additions & 1 deletion Sources/GRPCNIOTransportHTTP2/Exports.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

@_exported import GRPCCore
@_exported import GRPCNIOTransportCore
@_exported import GRPCNIOTransportHTTP2Posix
@_exported import GRPCNIOTransportHTTP2TransportServices
1 change: 0 additions & 1 deletion Sources/GRPCNIOTransportHTTP2Posix/Exports.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
* limitations under the License.
*/

@_exported import GRPCCore
@_exported import GRPCNIOTransportCore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
* limitations under the License.
*/

@_exported import GRPCCore
@_exported import GRPCNIOTransportCore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import Crypto
import Foundation
import GRPCCore
import GRPCNIOTransportHTTP2Posix
import NIOSSL
import SwiftASN1
Expand Down
Loading