diff --git a/Package.resolved b/Package.resolved index 4f2492bfc..573dc5d81 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { @@ -175,8 +175,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-core.git", "state" : { - "revision" : "374dd672af357732dccc135fecc905406fec3223", - "version" : "14.4.1" + "revision" : "4d815c6e6883bfdcb67cf755d0f0f29a4b399ea7", + "version" : "14.5.2" } }, { @@ -184,8 +184,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-swift", "state" : { - "revision" : "e0c2fbb442979fbf1e4be80e01d142f310a9c762", - "version" : "10.49.1" + "revision" : "a4d731076e6a52f4366d844c78369ac7c9c6b1c0", + "version" : "10.49.2" } }, { diff --git a/Project.swift b/Project.swift index f55e95363..2f3e52008 100644 --- a/Project.swift +++ b/Project.swift @@ -20,7 +20,6 @@ import Foundation import ProjectDescription import ProjectDescriptionHelpers - let project = Project(name: "Mail", packages: [], targets: [ @@ -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],