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

Gh 2651 Fix typo #2681

Merged
merged 1 commit into from
Sep 20, 2022
Merged
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
6 changes: 3 additions & 3 deletions Multisig/Cross-layer/Configuration/Config.Example.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down