Skip to content

Commit cc4f9c6

Browse files
chore: Bump to 1.2.6 + Dependencies (#1622)
2 parents 338c0ae + 5a3aaff commit cc4f9c6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Tuist/Package.resolved

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/Alamofire/Alamofire",
77
"state" : {
8-
"revision" : "e16d3481f5ed35f0472cb93350085853d754913f",
9-
"version" : "5.10.1"
8+
"revision" : "513364f870f6bfc468f9d2ff0a95caccc10044c5",
9+
"version" : "5.10.2"
1010
}
1111
},
1212
{
@@ -95,8 +95,8 @@
9595
"kind" : "remoteSourceControl",
9696
"location" : "https://github.com/Infomaniak/ios-onboarding",
9797
"state" : {
98-
"revision" : "e91ec14a43ac0a32d158aba72af7d4789e30d01c",
99-
"version" : "1.1.0"
98+
"revision" : "5dc2e9caac6c9a7548d2980983c4566b4d0e1237",
99+
"version" : "1.1.1"
100100
}
101101
},
102102
{
@@ -194,8 +194,8 @@
194194
"kind" : "remoteSourceControl",
195195
"location" : "https://github.com/getsentry/sentry-cocoa",
196196
"state" : {
197-
"revision" : "0ffc3c6287461962cb2a81e57fc0ee0335d8d56a",
198-
"version" : "8.40.1"
197+
"revision" : "56bfb7e723c76614be4c0861ee820ccbaed14c6d",
198+
"version" : "8.41.0"
199199
}
200200
},
201201
{
@@ -222,7 +222,7 @@
222222
"location" : "https://github.com/SVGKit/SVGKit.git",
223223
"state" : {
224224
"branch" : "3.x",
225-
"revision" : "466ecd4842c85e1ebeafb26fe775f9b189db6d60"
225+
"revision" : "1e49cd52e1738cd2635889571f7b2474ce0d1763"
226226
}
227227
},
228228
{
@@ -248,8 +248,8 @@
248248
"kind" : "remoteSourceControl",
249249
"location" : "https://github.com/apple/swift-log",
250250
"state" : {
251-
"revision" : "9cb486020ebf03bfa5b5df985387a14a98744537",
252-
"version" : "1.6.1"
251+
"revision" : "96a2f8a0fa41e9e09af4585e2724c4e825410b91",
252+
"version" : "1.6.2"
253253
}
254254
},
255255
{

Tuist/ProjectDescriptionHelpers/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum Constants {
2525

2626
public static let baseSettings = SettingsDictionary()
2727
.currentProjectVersion("1")
28-
.marketingVersion("1.2.5")
28+
.marketingVersion("1.2.6")
2929
.automaticCodeSigning(devTeam: "864VDCS2QY")
3030
.merging(["DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO")])
3131

0 commit comments

Comments
 (0)