Skip to content

Commit

Permalink
- move reown to stable version release
Browse files Browse the repository at this point in the history
- disable reown analytics
  • Loading branch information
simonmcl committed Oct 31, 2024
1 parent 3d2b96a commit e8b621a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Kukai Mobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2789,8 +2789,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/reown-com/reown-swift";
requirement = {
branch = "chore/fix-session-deletion";
kind = branch;
kind = upToNextMinorVersion;
minimumVersion = 1.0.5;
};
};
C055EF1F2A2F95ED0031CB5F /* XCRemoteSwiftPackageReference "QRCode" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/reown-com/reown-swift",
"state" : {
"branch" : "chore/fix-session-deletion",
"revision" : "71a24386e5cda525fe945b22d7ff6a952af4a810"
"revision" : "de2a59434695985fcd541a94b3f635f537c09d97",
"version" : "1.0.5"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions Kukai Mobile/Services/WalletConnectService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public class WalletConnectService {
// Objects and metadata
Networking.configure(groupIdentifier: "group.app.kukai.mobile", projectId: WalletConnectService.projectId, socketFactory: DefaultSocketFactory(), socketConnectionType: .automatic)
WalletKit.configure(metadata: WalletConnectService.metadata, crypto: WC2CryptoProvider())
Events.instance.setTelemetryEnabled(false)


// Monitor connection
Expand Down

0 comments on commit e8b621a

Please sign in to comment.