mirror of
https://github.com/apple/swift-foundation.git
synced 2025-05-17 02:22:10 +08:00
Mark Bundle stub as package instead of public (#660)
This commit is contained in:
parent
413b15cbd8
commit
fbfb31a87d
@ -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 [] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user