Skip to content

Commit da80692

Browse files
committed
address part of feedbacks
1 parent 5dc9783 commit da80692

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

Firestore/Swift/Source/SwiftAPI/Pipeline.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// swift-tools-version:5.9
2-
// The swift-tools-version declares the minimum version of Swift required to
3-
// build this package.
4-
51
// Copyright 2025 Google LLC
62
//
73
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +14,11 @@
1814

1915
#if SWIFT_PACKAGE
2016
import FirebaseFirestoreCpp
21-
#endif
17+
@_exported import FirebaseFirestoreInternalWrapper
18+
#else
19+
@_exported import FirebaseFirestoreInternal
20+
#endif // SWIFT_PACKAGE
21+
import Foundation
2222

2323
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
2424
public struct Pipeline {

Firestore/Swift/Source/SwiftAPI/PipelineResult.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// swift-tools-version:5.9
2-
// The swift-tools-version declares the minimum version of Swift required to
3-
// build this package.
4-
51
// Copyright 2025 Google LLC
62
//
73
// Licensed under the Apache License, Version 2.0 (the "License");

Firestore/Swift/Source/SwiftAPI/PipelineSource.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// swift-tools-version:5.9
2-
// The swift-tools-version declares the minimum version of Swift required to
3-
// build this package.
4-
51
// Copyright 2025 Google LLC
62
//
73
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)