Mark Bundle stub as package instead of public (#660)

This commit is contained in:
Jeremy Schonfeld 2024-06-05 13:33:09 -07:00 committed by GitHub
parent 413b15cbd8
commit fbfb31a87d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
#if !FOUNDATION_FRAMEWORK
public struct Bundle: Hashable, Equatable, Sendable {
package struct Bundle: Hashable, Equatable, Sendable {
public static let main: Bundle = Bundle()
public var localizations: [String] { return [] }