From 25c0ba6e295552926021eae915e14429a4ab8b35 Mon Sep 17 00:00:00 2001 From: Philippe Weidmann Date: Thu, 17 Apr 2025 08:38:59 +0200 Subject: [PATCH 1/2] chore: Bump dependencies --- Tuist/Package.resolved | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index f7604c37c6..c9f0ac704e 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -194,8 +194,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-swift", "state" : { - "revision" : "8cb364a6a63695df296f05b53f7c3f3b1dda6af3", - "version" : "10.54.3" + "revision" : "d94d44781167fbb8d7a46fb181e784a6446ca5c1", + "version" : "10.54.4" } }, { @@ -203,8 +203,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa", "state" : { - "revision" : "4589f82132097558d386710b139bfe9c35c64d4a", - "version" : "8.48.0" + "revision" : "2c6c1b81d9f6e6178064b4e9b457abe1c118bcda", + "version" : "8.49.0" } }, { From 3ca7097d2012088f27317f17627da53c89d64a67 Mon Sep 17 00:00:00 2001 From: Philippe Weidmann Date: Thu, 17 Apr 2025 08:39:27 +0200 Subject: [PATCH 2/2] chore: Release build 1.4.1-b19 --- Tuist/ProjectDescriptionHelpers/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tuist/ProjectDescriptionHelpers/Constants.swift b/Tuist/ProjectDescriptionHelpers/Constants.swift index 51a1905784..02c066da0a 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -25,7 +25,7 @@ public enum Constants { public static let baseSettings = SettingsDictionary() .currentProjectVersion("1") - .marketingVersion("1.4.0") + .marketingVersion("1.4.1") .automaticCodeSigning(devTeam: "864VDCS2QY") .merging([ "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO"),