diff --git a/.package.resolved b/.package.resolved index 561f0167c..75c50a8df 100644 --- a/.package.resolved +++ b/.package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Alamofire/Alamofire", "state" : { - "revision" : "bc268c28fb170f494de9e9927c371b8342979ece", - "version" : "5.7.1" + "revision" : "b2fa556e4e48cbf06cf8c63def138c98f4b811fa", + "version" : "5.8.0" } }, { @@ -94,8 +94,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/onevcat/Kingfisher", "state" : { - "revision" : "c75584ac759cbb16b204d0a7de3ebf53ea6b304d", - "version" : "7.9.0" + "revision" : "b6f62758f21a8c03cd64f4009c037cfa580a256e", + "version" : "7.9.1" } }, { @@ -166,8 +166,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/realm/realm-swift", "state" : { - "revision" : "933abaa8076966e237e66497def74df84c6adbb4", - "version" : "10.42.0" + "revision" : "330a239712af77a3b0926b9ffa9582302a0b9923", + "version" : "10.42.1" } }, { @@ -175,8 +175,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa", "state" : { - "revision" : "d062d9b31ccabdec706134f2216476d1996caf11", - "version" : "8.10.0" + "revision" : "12998398eb51e2e8ff7098163fa97d305eee6d87", + "version" : "8.11.0" } }, { @@ -246,8 +246,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { - "revision" : "1136c9a348329887844de9353107c787becc675b", - "version" : "0.11.0" + "revision" : "3ba734dd20faada0e3234b68e78db97005315f0e", + "version" : "1.0.0" } }, { diff --git a/Project.swift b/Project.swift index e86f9bfa5..9bda2222c 100644 --- a/Project.swift +++ b/Project.swift @@ -38,7 +38,7 @@ let project = Project(name: "Mail", .package(url: "https://github.com/realm/realm-swift", .upToNextMajor(from: "10.41.0")), .package(url: "https://github.com/flowbe/SwiftRegex", .upToNextMajor(from: "1.0.0")), .package(url: "https://github.com/matomo-org/matomo-sdk-ios", .upToNextMajor(from: "7.5.1")), - .package(url: "https://github.com/siteline/SwiftUI-Introspect", .upToNextMajor(from: "0.12.0")), + .package(url: "https://github.com/siteline/SwiftUI-Introspect", .upToNextMajor(from: "1.0.0")), .package( url: "https://github.com/Ambrdctr/SQRichTextEditor", .revision("04737b7694ecc6cfd78631bce5fc370f310e7e14") diff --git a/Tuist/ProjectDescriptionHelpers/Constants.swift b/Tuist/ProjectDescriptionHelpers/Constants.swift index c928517e5..731f9e25f 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -21,7 +21,7 @@ import ProjectDescription public enum Constants { public static let baseSettings = SettingsDictionary() .currentProjectVersion("1") - .marketingVersion("1.0.6") + .marketingVersion("1.0.7") .automaticCodeSigning(devTeam: "864VDCS2QY") public static let deploymentTarget = DeploymentTarget.iOS(targetVersion: "15.0", devices: [.iphone, .ipad])