Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOB-2188-Updated WC version to 1.20.3 #676

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
29018C8D2BACB7BC0004545D /* JRPC_Client.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29018C8C2BACB7BC0004545D /* JRPC_Client.swift */; };
290A60422950A89900882109 /* WalletConnectServiceV2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 290A60412950A89900882109 /* WalletConnectServiceV2.swift */; };
290A60482950AA1600882109 /* WalletConnect in Frameworks */ = {isa = PBXBuildFile; productRef = 290A60472950AA1600882109 /* WalletConnect */; };
290A604A2950AA1600882109 /* WalletConnectAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 290A60492950AA1600882109 /* WalletConnectAuth */; };
290A604C2950AA1600882109 /* WalletConnectNetworking in Frameworks */ = {isa = PBXBuildFile; productRef = 290A604B2950AA1600882109 /* WalletConnectNetworking */; };
290A604E2950AA1600882109 /* WalletConnectPairing in Frameworks */ = {isa = PBXBuildFile; productRef = 290A604D2950AA1600882109 /* WalletConnectPairing */; };
290A60502950AA1600882109 /* WalletConnectPush in Frameworks */ = {isa = PBXBuildFile; productRef = 290A604F2950AA1600882109 /* WalletConnectPush */; };
Expand Down Expand Up @@ -4242,7 +4241,6 @@
C63812242993E009002590E7 /* Valet in Frameworks */,
2917EDDF2A6F25AB004EAB31 /* Web3PromiseKit in Frameworks */,
C607A5CD2B3288900088ECF3 /* Amplitude in Frameworks */,
290A604A2950AA1600882109 /* WalletConnectAuth in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -8545,7 +8543,6 @@
30D89F5A26A9EB5500251C2D /* Bugsnag */,
C63402872886547C00AB5D38 /* SVGKit */,
290A60472950AA1600882109 /* WalletConnect */,
290A60492950AA1600882109 /* WalletConnectAuth */,
290A604B2950AA1600882109 /* WalletConnectNetworking */,
290A604D2950AA1600882109 /* WalletConnectPairing */,
290A604F2950AA1600882109 /* WalletConnectPush */,
Expand Down Expand Up @@ -12214,7 +12211,7 @@
repositoryURL = "https://github.com/WalletConnect/WalletConnectSwiftV2";
requirement = {
kind = exactVersion;
version = 1.19.4;
version = 1.20.3;
};
};
29BF9FDF2A6ED48A00EDA0DF /* XCRemoteSwiftPackageReference "Boilertalk-Web3.swift" */ = {
Expand Down Expand Up @@ -12337,11 +12334,6 @@
package = 290A60462950AA1500882109 /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */;
productName = WalletConnect;
};
290A60492950AA1600882109 /* WalletConnectAuth */ = {
isa = XCSwiftPackageProductDependency;
package = 290A60462950AA1500882109 /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */;
productName = WalletConnectAuth;
};
290A604B2950AA1600882109 /* WalletConnectNetworking */ = {
isa = XCSwiftPackageProductDependency;
package = 290A60462950AA1500882109 /* XCRemoteSwiftPackageReference "WalletConnectSwiftV2" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/WalletConnectSwiftV2",
"state" : {
"revision" : "4736c2be84dcb136aeccf7111e67ab7cff513a7e",
"version" : "1.19.4"
"revision" : "3327c0a8c014b155534b91520554d812e2960077",
"version" : "1.20.3"
}
},
{
Expand Down
Loading