Defined English as the default localisation language in the Package file.

This commit is contained in:
Javier Cicchelli 2023-05-19 16:29:11 +02:00
parent 9913c73174
commit 8631e1067c

View File

@ -91,6 +91,7 @@ targetsPackage.append(contentsOf: [
let package = Package(
name: .Package.name,
defaultLocalization: "en",
platforms: [
.iOS(.v15),
.macOS(.v12),