Skip to content

Commit

Permalink
Use SwiftPM’s localization plan (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
Kyle-Ye and sindresorhus committed Nov 1, 2023
1 parent b1f022a commit 3370a7d
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 139 deletions.
8 changes: 6 additions & 2 deletions Package.swift
@@ -1,8 +1,9 @@
// swift-tools-version:5.7
// swift-tools-version:5.8
import PackageDescription

let package = Package(
name: "Settings",
defaultLocalization: "en",
platforms: [
.macOS(.v10_13)
],
Expand All @@ -16,7 +17,10 @@ let package = Package(
],
targets: [
.target(
name: "Settings"
name: "Settings",
resources: [
.process("Resources")
]
)
]
)
135 changes: 0 additions & 135 deletions Sources/Settings/Localization.swift

This file was deleted.

0 comments on commit 3370a7d

Please sign in to comment.