From 47e778ff256546c2d92b98c7a34e74ab3a87b533 Mon Sep 17 00:00:00 2001 From: Artur Guseinov Date: Thu, 29 Sep 2022 13:59:42 +0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d723213a64..32b7736dd0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ dependencies: [ .package(url: "https://github.com/WalletConnect/WalletConnectSwiftV2", .branch("main")), ], ``` +## Setting Project ID +Follow instructions from *Configuration.xcconfig* and configure PROJECT_ID with your ID from WalletConnect Dashboard +``` +// Uncomment next line and paste your project id. Get this on: https://cloud.walletconnect.com/sign-in +// PROJECT_ID = YOUR_PROJECT_ID +``` ## Example App open `Example/ExampleApp.xcodeproj`