Skip to content

Commit

Permalink
Merge pull request #977 from Infomaniak/update-dep-and-version
Browse files Browse the repository at this point in the history
chore: Update dep and version
  • Loading branch information
PhilippeWeidmann committed Sep 13, 2023
2 parents 269ce2b + 45b1e1f commit 1942d2a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -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"
}
},
{
Expand Down Expand Up @@ -166,17 +166,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "933abaa8076966e237e66497def74df84c6adbb4",
"version" : "10.42.0"
"revision" : "330a239712af77a3b0926b9ffa9582302a0b9923",
"version" : "10.42.1"
}
},
{
"identity" : "sentry-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "d062d9b31ccabdec706134f2216476d1996caf11",
"version" : "8.10.0"
"revision" : "12998398eb51e2e8ff7098163fa97d305eee6d87",
"version" : "8.11.0"
}
},
{
Expand Down Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion Tuist/ProjectDescriptionHelpers/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 1942d2a

Please sign in to comment.