Skip to content

Commit

Permalink
Merge pull request #1015 from Infomaniak/update-dependencies-and-version
Browse files Browse the repository at this point in the history
chore: Update dependencies and version
  • Loading branch information
PhilippeWeidmann committed Oct 3, 2023
2 parents 09d51bb + 054a0f9 commit 1b79c0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-core.git",
"state" : {
"revision" : "f8e1a38a4099785af597ab813ae01f9901858b65",
"version" : "13.21.0"
"revision" : "e836317e8238bd32f06086dd7ce6768ef574beb6",
"version" : "13.22.0"
}
},
{
"identity" : "realm-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/realm/realm-swift",
"state" : {
"revision" : "7bde71f2c0754d048fd65a85b9fd09e10bcdd41c",
"version" : "10.42.4"
"revision" : "8249489f28d36f9f37ed076c95029059c60b556d",
"version" : "10.43.0"
}
},
{
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.7")
.marketingVersion("1.0.8")
.automaticCodeSigning(devTeam: "864VDCS2QY")

public static let deploymentTarget = DeploymentTarget.iOS(targetVersion: "15.0", devices: [.iphone, .ipad])
Expand Down

0 comments on commit 1b79c0f

Please sign in to comment.