Skip to content

Commit

Permalink
fix: Correctly add localization to app (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann authored Apr 23, 2024
2 parents b99358f + b7f3509 commit 56feac3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/johnpatrickmorgan/NavigationBackport",
"state" : {
"revision" : "add71ebc3cf71e43c662c69c4d7c1f2dc5dc3588",
"version" : "0.9.2"
"revision" : "1487a52298c92c69309c042f7d6c9ead518845d5",
"version" : "0.9.3"
}
},
{
Expand Down Expand Up @@ -175,17 +175,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "374dd672af357732dccc135fecc905406fec3223",
"version" : "14.4.1"
"revision" : "4d815c6e6883bfdcb67cf755d0f0f29a4b399ea7",
"version" : "14.5.2"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "e0c2fbb442979fbf1e4be80e01d142f310a9c762",
"version" : "10.49.1"
"revision" : "a4d731076e6a52f4366d844c78369ac7c9c6b1c0",
"version" : "10.49.2"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import Foundation
import ProjectDescription
import ProjectDescriptionHelpers


let project = Project(name: "Mail",
packages: [],
targets: [
Expand All @@ -34,7 +33,8 @@ let project = Project(name: "Mail",
resources: [
"Mail/**/LaunchScreen.storyboard",
"Mail/Assets.xcassets", // Needed for AppIcon
"MailResources/**/PrivacyInfo.xcprivacy"
"MailResources/**/PrivacyInfo.xcprivacy",
"MailResources/**/InfoPlist.strings"
],
entitlements: "MailResources/Mail.entitlements",
scripts: [Constants.swiftlintScript],
Expand Down

0 comments on commit 56feac3

Please sign in to comment.