From b07ea8661b5069738f66e1be990dd89f775021d2 Mon Sep 17 00:00:00 2001 From: Vitaly Katz Date: Tue, 20 Sep 2022 11:38:36 +0200 Subject: [PATCH] gh-2651 Fix typo --- Multisig/Cross-layer/Configuration/Config.Example.xcconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Multisig/Cross-layer/Configuration/Config.Example.xcconfig b/Multisig/Cross-layer/Configuration/Config.Example.xcconfig index 32e0137cc..2ae1e285a 100644 --- a/Multisig/Cross-layer/Configuration/Config.Example.xcconfig +++ b/Multisig/Cross-layer/Configuration/Config.Example.xcconfig @@ -137,13 +137,13 @@ _APP_STORE_REVIEW_URL_DEV = https:/$()/apps.apple.com/app/id1515758190?ac _APP_STORE_REVIEW_URL_STAGING = https:/$()/apps.apple.com/app/id1518013939?action=write-review _APP_STORE_REVIEW_URL_PROD = https:/$()/apps.apple.com/app/id1515759131?action=write-review +APP_STORE_REVIEW_URL = $(_APP_STORE_REVIEW_URL_$(SERVICE_ENV):default=$(_APP_STORE_REVIEW_URL_PROD)) + // Claim URLS CLAIM_DISCUSS_URL = https:/$()/forum.gnosis-safe.io/ -CLAIM_PROPOSE_URL = https://forum.gnosis-safe.io/t/how-to-safedao-governance-process/846 +CLAIM_PROPOSE_URL = https:/$()/forum.gnosis-safe.io/t/how-to-safedao-governance-process/846 CLAIM_CHAT_URL = https:/$()/discord.com/invite/AjG7AQD9Qn -APP_STORE_REVIEW_URL = $(_APP_STORE_REVIEW_URL_$(SERVICE_ENV):default=$(_APP_STORE_REVIEW_URL_PROD)) - // App name on the home screen (will be used for CFBundleDisplayName) DISPLAY_NAME = $(_DISPLAY_NAME_$(SERVICE_ENV):default=$(_DISPLAY_NAME_PROD))