Skip to content

Commit 1eefcbf

Browse files
committed
restrict public api to be interfaceForSwift only
1 parent 4b3a9aa commit 1eefcbf

27 files changed

+152
-29
lines changed

Firestore/Swift/Source/AsyncAwait/Firestore+AsyncAwait.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#if SWIFT_PACKAGE
1818
import FirebaseFirestoreCpp
19-
@_exported import FirebaseFirestoreInternalWrapper
19+
@_exported import FirebaseFirestoreObjCpp
2020
#else
2121
@_exported import FirebaseFirestoreInternal
2222
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/CodablePassThroughTypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import FirebaseSharedSwift
2020
import Foundation
2121

2222
#if SWIFT_PACKAGE
23-
@_exported import FirebaseFirestoreInternalWrapper
23+
@_exported import FirebaseFirestoreObjCpp
2424
#else
2525
@_exported import FirebaseFirestoreInternal
2626
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/CollectionReference+WriteEncodable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import Foundation
1818

1919
#if SWIFT_PACKAGE
20-
@_exported import FirebaseFirestoreInternalWrapper
20+
@_exported import FirebaseFirestoreObjCpp
2121
#else
2222
@_exported import FirebaseFirestoreInternal
2323
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/DocumentID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
#if SWIFT_PACKAGE
18-
@_exported import FirebaseFirestoreInternalWrapper
18+
@_exported import FirebaseFirestoreObjCpp
1919
#else
2020
@_exported import FirebaseFirestoreInternal
2121
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/DocumentReference+Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
#if SWIFT_PACKAGE
18-
@_exported import FirebaseFirestoreInternalWrapper
18+
@_exported import FirebaseFirestoreObjCpp
1919
#else
2020
@_exported import FirebaseFirestoreInternal
2121
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/DocumentReference+ReadDecodable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import Foundation
1818
#if SWIFT_PACKAGE
19-
@_exported import FirebaseFirestoreInternalWrapper
19+
@_exported import FirebaseFirestoreObjCpp
2020
#else
2121
@_exported import FirebaseFirestoreInternal
2222
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/DocumentReference+WriteEncodable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import Foundation
1818
#if SWIFT_PACKAGE
19-
@_exported import FirebaseFirestoreInternalWrapper
19+
@_exported import FirebaseFirestoreObjCpp
2020
#else
2121
@_exported import FirebaseFirestoreInternal
2222
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/DocumentSnapshot+ReadDecodable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import Foundation
1818
#if SWIFT_PACKAGE
19-
@_exported import FirebaseFirestoreInternalWrapper
19+
@_exported import FirebaseFirestoreObjCpp
2020
#else
2121
@_exported import FirebaseFirestoreInternal
2222
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/EncoderDecoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
#if SWIFT_PACKAGE
18-
@_exported import FirebaseFirestoreInternalWrapper
18+
@_exported import FirebaseFirestoreObjCpp
1919
#else
2020
@_exported import FirebaseFirestoreInternal
2121
#endif // SWIFT_PACKAGE

Firestore/Swift/Source/Codable/ExplicitNull.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
#if SWIFT_PACKAGE
18-
@_exported import FirebaseFirestoreInternalWrapper
18+
@_exported import FirebaseFirestoreObjCpp
1919
#else
2020
@_exported import FirebaseFirestoreInternal
2121
#endif // SWIFT_PACKAGE

0 commit comments

Comments
 (0)