浏览代码

More exported changes

Nick Cooke 8 月之前
父节点
当前提交
3dece9d826

+ 1 - 1
FirebaseAuth/Sources/Swift/Auth/Auth.swift

@@ -31,7 +31,7 @@ import FirebaseCoreExtension
 
 // Export the deprecated Objective-C defined globals and typedefs.
 #if SWIFT_PACKAGE
-  @_exported import FirebaseAuthInternal
+  @_exported public import FirebaseAuthInternal
 #endif // SWIFT_PACKAGE
 
 #if os(iOS)

+ 1 - 1
FirebaseCombineSwift/Sources/Core/Core.swift

@@ -18,7 +18,7 @@ import Foundation
 
   #if canImport(FirebaseAuth)
     #warning("This is experimental - use at your own risk.")
-    @_exported import FirebaseAuthCombineSwift
+    @_exported public import FirebaseAuthCombineSwift
   #endif
 
 #endif

+ 1 - 1
FirebaseDatabase/Swift/Sources/SPMSwiftHeaderWorkaround.swift

@@ -13,7 +13,7 @@
 // limitations under the License.
 
 #if SWIFT_PACKAGE
-  @_exported import FirebaseDatabaseInternal
+  @_exported public import FirebaseDatabaseInternal
 
   // This is a trick to force generate a `FirebaseDatabase-Swift.h`
   // header that re-exports `FirebaseDatabaseInternal` for Objective-C

+ 1 - 1
FirebaseInAppMessaging/Swift/Source/SPMSwiftHeaderWorkaround.swift

@@ -13,7 +13,7 @@
 // limitations under the License.
 
 #if SWIFT_PACKAGE
-  @_exported import FirebaseInAppMessagingInternal
+  @_exported public import FirebaseInAppMessagingInternal
 
   // This is a trick to force generate a `FirebaseInAppMessaging-Swift.h`
   // header that re-exports `FirebaseInAppMessagingInternal` for Objective-C

+ 1 - 1
FirebaseRemoteConfig/Swift/SPMSwiftHeaderWorkaround.swift

@@ -13,7 +13,7 @@
 // limitations under the License.
 
 #if SWIFT_PACKAGE
-  @_exported import FirebaseRemoteConfigInternal
+  @_exported public import FirebaseRemoteConfigInternal
 
   // This is a trick to force generate a `FirebaseRemoteConfig-Swift.h` header
   // that re-exports `FirebaseRemoteConfigInternal` for Objective-C clients. It

+ 1 - 1
Firestore/Swift/Source/Codable/CodablePassThroughTypes.swift

@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-@_exported import class FirebaseCore.Timestamp
+@_exported public import class FirebaseCore.Timestamp
 
 import FirebaseSharedSwift
 import Foundation

+ 1 - 1
Firestore/Swift/Source/Codable/Timestamp+Codable.swift

@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-@_exported import class FirebaseCore.Timestamp
+@_exported public import class FirebaseCore.Timestamp
 
 /**
  * A protocol describing the encodable properties of a Timestamp.

+ 1 - 1
Firestore/Swift/Source/Codable/TimestampDecodingStrategy.swift

@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-@_exported import class FirebaseCore.Timestamp
+@_exported public import class FirebaseCore.Timestamp
 
 public import FirebaseSharedSwift
 

+ 1 - 1
Firestore/Swift/Source/Codable/TimestampEncodingStrategy.swift

@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-@_exported import class FirebaseCore.Timestamp
+@_exported public import class FirebaseCore.Timestamp
 
 public import FirebaseSharedSwift
 import Foundation