Skip to content

Commit

Permalink
Explicitly specify String Catalog path in manifest for SPM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Sep 30, 2024
1 parent 7b56c9b commit aeb7ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ let package = Package(
defaultLocalization: "en",
platforms: [.iOS(.v16), .macOS(.v13), .tvOS(.v16), .visionOS(.v1), .watchOS(.v9)],
products: [.library(name: "LinksKit", targets: ["LinksKit"])],
targets: [.target(name: "LinksKit")]
targets: [.target(name: "LinksKit", resources: [.process("Localizable.xcstrings")])]
)

0 comments on commit aeb7ae6

Please sign in to comment.