Skip to content

Commit

Permalink
Pin old version of WalletConnect library to avoid breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Nov 17, 2023
1 parent 2518aa0 commit f69e8b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Nos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2357,8 +2357,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/WalletConnect/WalletConnectSwiftV2";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.8.0;
kind = exactVersion;
version = 1.9.0;
};
};
C9646E9829B79E04007239A4 /* XCRemoteSwiftPackageReference "logger-ios" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,6 @@
"version" : "0.1.4"
}
},
{
"identity" : "swift-http-types",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-http-types",
"state" : {
"revision" : "99d066e29effa8845e4761dd3f2f831edfdf8925",
"version" : "1.0.0"
}
},
{
"identity" : "swift-log",
"kind" : "remoteSourceControl",
Expand All @@ -203,26 +194,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio.git",
"state" : {
"revision" : "54c85cb26308b89846d4671f23954dce088da2b0",
"version" : "2.60.0"
"revision" : "3db5c4aeee8100d2db6f1eaf3864afdad5dc68fd",
"version" : "2.59.0"
}
},
{
"identity" : "swift-nio-extras",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-extras.git",
"state" : {
"revision" : "798c962495593a23fdea0c0c63fd55571d8dff51",
"version" : "1.20.0"
}
},
{
"identity" : "swift-nio-http2",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-http2.git",
"state" : {
"revision" : "3bd9004b9d685ed6b629760fc84903e48efec806",
"version" : "1.29.0"
"revision" : "fb70a0f5e984f23be48b11b4f1909f3bee016178",
"version" : "1.19.1"
}
},
{
Expand All @@ -239,8 +221,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-nio-transport-services.git",
"state" : {
"revision" : "ebf8b9c365a6ce043bf6e6326a04b15589bd285e",
"version" : "1.20.0"
"revision" : "e7403c35ca6bb539a7ca353b91cc2d8ec0362d58",
"version" : "1.19.0"
}
},
{
Expand Down Expand Up @@ -284,8 +266,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2",
"state" : {
"revision" : "f7ffc7910871b1cc3e4194e5bf1c7f9b5bd65e03",
"version" : "1.9.1"
"revision" : "99e12a7ac5c9c466d4a1c093acaac0f453dce5d2",
"version" : "1.9.0"
}
},
{
Expand Down

0 comments on commit f69e8b3

Please sign in to comment.