Update Package.swift

This commit is contained in:
Max Goedjen 2025-09-03 00:28:25 -07:00 committed by GitHub
parent 6d3ff0caa2
commit ad29afe75b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ let package = Package(
)
var localization: Resource {
.process("../../Localizable.xcstrings")
.process("../../Resources/Localizable.xcstrings")
}
var swiftSettings: [PackageDescription.SwiftSetting] {