Skip to content

Commit 4350f73

Browse files
committed
Merge branch 'converstion-quota-dropbox' into converstion-quota-dropbox-view
2 parents c377943 + 05caebc commit 4350f73

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Tuist/Package.resolved

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"originHash" : "2e661e8c8c3a4c4af33d3e5a69c81ce37669665e4b98e10943641241208799be",
2+
"originHash" : "35fb6043ee8b281dc1633d5d9ceddcb14555d433a9ee84c0a4e2de98bc9e4303",
33
"pins" : [
44
{
55
"identity" : "alamofire",
@@ -87,17 +87,17 @@
8787
"kind" : "remoteSourceControl",
8888
"location" : "https://github.com/Infomaniak/ios-core",
8989
"state" : {
90-
"revision" : "c3a442b5bd2fb67680aa252638773c4d7d1551ad",
91-
"version" : "14.0.0"
90+
"revision" : "f9664e0b91a79d86373cafa87f89e0a45deb3128",
91+
"version" : "15.0.0"
9292
}
9393
},
9494
{
9595
"identity" : "ios-core-ui",
9696
"kind" : "remoteSourceControl",
9797
"location" : "https://github.com/Infomaniak/ios-core-ui",
9898
"state" : {
99-
"revision" : "9301c5758508f8a65acc1eb83d0c3168d98991e5",
100-
"version" : "17.2.0"
99+
"revision" : "3c36b8c376dd8779b47a5b03acfbe71ed270282a",
100+
"version" : "18.0.0"
101101
}
102102
},
103103
{
@@ -115,7 +115,7 @@
115115
"location" : "https://github.com/Infomaniak/ios-features",
116116
"state" : {
117117
"branch" : "myksuite",
118-
"revision" : "51815cc2838ded5e797b6593153afb6d43a0ab11"
118+
"revision" : "a9f91c552190320155b07e4ff6f33a45e61102b4"
119119
}
120120
},
121121
{
@@ -132,8 +132,8 @@
132132
"kind" : "remoteSourceControl",
133133
"location" : "https://github.com/Infomaniak/ios-version-checker",
134134
"state" : {
135-
"revision" : "4f7303c66e8bfd6a0ca7fb21fd35838b58c72219",
136-
"version" : "9.0.0"
135+
"revision" : "050e58bf34ad61db90c2426f8d8fd6a4b49fabf0",
136+
"version" : "10.0.0"
137137
}
138138
},
139139
{

Tuist/Package.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ let package = Package(
3333
dependencies: [
3434
.package(url: "https://github.com/apple/swift-algorithms", .upToNextMajor(from: "1.2.0")),
3535
.package(url: "https://github.com/Alamofire/Alamofire", .upToNextMajor(from: "5.2.2")),
36-
.package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "14.0.0")),
37-
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "17.0.0")),
36+
.package(url: "https://github.com/Infomaniak/ios-core", .upToNextMajor(from: "15.0.0")),
37+
.package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "18.0.0")),
3838
.package(url: "https://github.com/Infomaniak/ios-features", branch: "myksuite"),
3939
.package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "7.2.0")),
4040
.package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.3")),
4141
.package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "1.0.0")),
42-
.package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "9.0.0")),
42+
.package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "10.0.0")),
4343
.package(url: "https://github.com/Infomaniak/LocalizeKit", .upToNextMajor(from: "1.0.2")),
4444
.package(url: "https://github.com/realm/realm-swift", .upToNextMajor(from: "10.52.0")),
4545
.package(url: "https://github.com/SCENEE/FloatingPanel", .upToNextMajor(from: "2.0.0")),

0 commit comments

Comments
 (0)