From 524aecfa4fdfa45792758d8d83655bc80a87f9d6 Mon Sep 17 00:00:00 2001 From: Artur Guseinov Date: Thu, 29 Sep 2022 13:59:42 +0600 Subject: [PATCH] Update README.md --- Example/ExampleApp/Common/InputConfig.swift | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Example/ExampleApp/Common/InputConfig.swift b/Example/ExampleApp/Common/InputConfig.swift index 53931721a..b6c381ea1 100644 --- a/Example/ExampleApp/Common/InputConfig.swift +++ b/Example/ExampleApp/Common/InputConfig.swift @@ -1,5 +1,5 @@ import Foundation - + struct InputConfig { static var projectId: String { diff --git a/README.md b/README.md index d723213a6..32b7736dd 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`